From: Stefan Csomor Date: Fri, 4 Jan 2002 17:19:28 +0000 (+0000) Subject: removing dependancy on mac headers from public wx headers (eventually adding wx/mac... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5128e3be6818bfce55a585955e158e88961ba0f8 removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index b1ab25eaf1..59e2ef34c6 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -49,6 +49,10 @@ #include "wx/msw/private.h" // includes windows.h for MessageBox() #endif +#if defined(__WXMAC__) + #include "wx/mac/private.h" // includes mac headers +#endif + // =========================================================================== // implementation // ===========================================================================