timer.h 348 B

1234567891011
  1. /* common warning snippet for all osx direct includes */
  2. #ifndef wxOSX_USE_CARBON
  3. #error "this files should only be included after platform.h was included"
  4. #endif
  5. #if 1 // revert to wxOSX_USE_COCOA_OR_IPHONE in case of problems
  6. #include "wx/osx/core/private/timer.h"
  7. #elif wxOSX_USE_CARBON
  8. #include "wx/osx/carbon/private/timer.h"
  9. #endif