we don't need to include wx/mac/private.h, at least under OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,8 +51,15 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WXMAC__)
|
#if defined(__WXMAC__)
|
||||||
#include "wx/mac/private.h" // includes mac headers
|
// VZ: MacTypes.h is enough under Mac OS X (where I could test it) but
|
||||||
#endif
|
// I don't know which headers are needed under earlier systems so
|
||||||
|
// include everything when in doubt
|
||||||
|
#ifdef __DARWIN__
|
||||||
|
#include "MacTypes.h"
|
||||||
|
#else
|
||||||
|
#include "wx/mac/private.h" // includes mac headers
|
||||||
|
#endif
|
||||||
|
#endif // __WXMAC__
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// private functions prototypes
|
// private functions prototypes
|
||||||
|
Reference in New Issue
Block a user