mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-16 02:45:14 +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
|