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
This commit is contained in:
Stefan Csomor
2002-01-04 17:19:28 +00:00
parent 5273bf2fd3
commit 5128e3be68

View File

@@ -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
// ===========================================================================