]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/private/timer.h
Replace 3 copies of wxListCtrl mode tests with a single one in wxListCtrlBase.
[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
554946db 4#error "this files should only be included after platform.h was included"
f1bb54f8
SC
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