]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
Do not try to expand the root node in SetWindowStyle if the root node hasn't been...
[wxWidgets.git] / src / common / appbase.cpp
index c0af2ac2564d6427b09314cf8aef2401184eaf22..8d223f8da074d8afa2801d7de8d5f73d648c5557 100644 (file)
 #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