From 5128e3be6818bfce55a585955e158e88961ba0f8 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 4 Jan 2002 17:19:28 +0000 Subject: [PATCH] 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 --- src/common/appcmn.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 // =========================================================================== -- 2.47.2