initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
14
libs/wxWidgets-3.3.1/include/wx/osx/private.h
Normal file
14
libs/wxWidgets-3.3.1/include/wx/osx/private.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _WX_PRIVATE_OSX_H_
|
||||
#define _WX_PRIVATE_OSX_H_
|
||||
|
||||
#include "wx/osx/core/private.h"
|
||||
|
||||
#if wxOSX_USE_IPHONE
|
||||
#include "wx/osx/iphone/private.h"
|
||||
#elif wxOSX_USE_COCOA
|
||||
#include "wx/osx/cocoa/private.h"
|
||||
#elif wxUSE_GUI
|
||||
#error "Must include wx/defs.h first"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user