OSX two-level header fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-07-24 13:28:52 +00:00
parent 37b2afb258
commit 40ba2f3bcd
3 changed files with 10 additions and 8 deletions

View File

@@ -57,11 +57,8 @@
#endif
#if defined(__WXMAC__)
// VZ: MacTypes.h is enough under Mac OS X (where I could test it) but
// I don't know which headers are needed under earlier systems so
// include everything when in doubt
#ifdef __DARWIN__
#include "MacTypes.h"
#include <CoreServices/CoreServices.h>
#else
#include "wx/mac/private.h" // includes mac headers
#endif