mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-18 09:31:45 +00:00
8 lines
191 B
C
8 lines
191 B
C
#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
|