]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/private.h
don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a...
[wxWidgets.git] / include / wx / osx / private.h
CommitLineData
6a3ea4ea
SC
1/* common warning snippet for all osx direct includes */
2
3#ifndef wxOSX_USE_CARBON
4#error "this files should only be included after platform.h was included
5#endif
6
7#if wxOSX_USE_IPHONE
8 #include "wx/osx/iphone/private.h"
9#elif wxOSX_USE_CARBON
10 #include "wx/osx/carbon/private.h"
11#elif wxOSX_USE_COCOA
12 #include "wx/osx/cocoa/private.h"
5c6eb3a8 13#endif