]> git.saurik.com Git - wxWidgets.git/commitdiff
removing dependancy on mac headers from public wx headers (eventually adding wx/mac...
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 4 Jan 2002 17:19:28 +0000 (17:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 4 Jan 2002 17:19:28 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp

index b1ab25eaf1f87e8d846f24aa3f390b0d8063167d..59e2ef34c69cd746cfb487dd7b389561b702392d 100644 (file)
   #include  "wx/msw/private.h"  // includes windows.h for MessageBox()
 #endif
 
+#if defined(__WXMAC__)
+  #include  "wx/mac/private.h"  // includes mac headers
+#endif
+
 // ===========================================================================
 // implementation
 // ===========================================================================