6 lines
130 B
C
6 lines
130 B
C
|
#ifdef _WIN32
|
||
|
#include <api/wnd/platform/win32/region.h>
|
||
|
#elif defined(__APPLE__)
|
||
|
#include <api/wnd/platform/osx/region.h>
|
||
|
#endif
|