we have to include the mac/private header in order to the OSX macro at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
977a381865
commit
7a96ca3a45
@ -36,6 +36,10 @@
|
||||
#include "wx/settings.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#include "wx/mac/private.h"
|
||||
#endif
|
||||
|
||||
#include "wx/renderer.h"
|
||||
|
||||
#include "wx/splitter.h"
|
||||
|
Loading…
Reference in New Issue
Block a user