initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
8
libs/wxWidgets-3.3.1/include/wx/osx/region.h
Normal file
8
libs/wxWidgets-3.3.1/include/wx/osx/region.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#if wxOSX_USE_COCOA_OR_CARBON
|
||||
#include "wx/osx/carbon/region.h"
|
||||
#else
|
||||
#define wxRegionGeneric wxRegion
|
||||
#define wxRegionIteratorGeneric wxRegionIterator
|
||||
|
||||
#include "wx/generic/region.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user