private.h 344 B

12345678910111213141516
  1. #ifndef _WX_PRIVATE_OSX_H_
  2. #define _WX_PRIVATE_OSX_H_
  3. #include "wx/osx/core/private.h"
  4. #if wxOSX_USE_IPHONE
  5. #include "wx/osx/iphone/private.h"
  6. #elif wxOSX_USE_CARBON
  7. #include "wx/osx/carbon/private.h"
  8. #elif wxOSX_USE_COCOA
  9. #include "wx/osx/cocoa/private.h"
  10. #elif wxUSE_GUI
  11. #error "Must include wx/defs.h first"
  12. #endif
  13. #endif