]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/osx/private.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / osx / private.h
... / ...
CommitLineData
1#ifndef _WX_PRIVATE_OSX_H_
2#define _WX_PRIVATE_OSX_H_
3
4#include "wx/osx/core/private.h"
5
6#if wxOSX_USE_IPHONE
7 #include "wx/osx/iphone/private.h"
8#elif wxOSX_USE_CARBON
9 #include "wx/osx/carbon/private.h"
10#elif wxOSX_USE_COCOA
11 #include "wx/osx/cocoa/private.h"
12#elif wxUSE_GUI
13 #error "Must include wx/defs.h first"
14#endif
15
16#endif