]>
Commit | Line | Data |
---|---|---|
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 1 // revert to wxOSX_USE_COCOA_OR_IPHONE in case of problems | |
8 | #include "wx/osx/core/private/timer.h" | |
9 | #elif wxOSX_USE_CARBON | |
10 | #include "wx/osx/carbon/private/timer.h" | |
11 | #endif |