]>
Commit | Line | Data |
---|---|---|
6a3ea4ea SC |
1 | /* common warning snippet for all osx direct includes */ |
2 | ||
3 | #ifndef wxOSX_USE_CARBON | |
6cc970f3 | 4 | #error "this files should only be included after platform.h was included" |
6a3ea4ea SC |
5 | #endif |
6 | ||
524c47aa SC |
7 | #ifndef _WX_PRIVATE_OSX_H_ |
8 | #define _WX_PRIVATE_OSX_H_ | |
9 | ||
6a3ea4ea SC |
10 | #if wxOSX_USE_IPHONE |
11 | #include "wx/osx/iphone/private.h" | |
12 | #elif wxOSX_USE_CARBON | |
13 | #include "wx/osx/carbon/private.h" | |
14 | #elif wxOSX_USE_COCOA | |
15 | #include "wx/osx/cocoa/private.h" | |
5c6eb3a8 | 16 | #endif |
524c47aa | 17 | |
65391c8f | 18 | #endif |