]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/private/timer.h
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage...
[wxWidgets.git] / include / wx / osx / private / timer.h
CommitLineData
f1bb54f8
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
497209d3 7#if 1 // revert to wxOSX_USE_COCOA_OR_IPHONE in case of problems
f1bb54f8
SC
8 #include "wx/osx/core/private/timer.h"
9#elif wxOSX_USE_CARBON
10 #include "wx/osx/carbon/private/timer.h"
5c6eb3a8 11#endif