]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/private.h
document that numbers outside of the valid range are forced into it
[wxWidgets.git] / include / wx / osx / private.h
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"
13 #endif