mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 14:35:13 +00:00
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
|