2008-09-02 12:53:23 -04:00
|
|
|
#ifndef _WX_PRIVATE_OSX_H_
|
|
|
|
#define _WX_PRIVATE_OSX_H_
|
|
|
|
|
2010-11-09 18:53:42 -05:00
|
|
|
#include "wx/osx/core/private.h"
|
|
|
|
|
2008-07-29 16:23:22 -04:00
|
|
|
#if wxOSX_USE_IPHONE
|
|
|
|
#include "wx/osx/iphone/private.h"
|
|
|
|
#elif wxOSX_USE_CARBON
|
|
|
|
#include "wx/osx/carbon/private.h"
|
|
|
|
#elif wxOSX_USE_COCOA
|
|
|
|
#include "wx/osx/cocoa/private.h"
|
2010-11-09 18:53:42 -05:00
|
|
|
#elif wxUSE_GUI
|
|
|
|
#error "Must include wx/defs.h first"
|
2008-06-11 12:30:48 -04:00
|
|
|
#endif
|
2008-09-02 12:53:23 -04:00
|
|
|
|
2009-12-05 14:57:58 -05:00
|
|
|
#endif
|