mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 14:45:16 +00:00
6 lines
136 B
C
6 lines
136 B
C
#ifdef _WIN32
|
|
#include <api/wnd/platform/win32/bltcanvas.h>
|
|
#elif defined(__APPLE__)
|
|
#include <api/wnd/platform/osx/bltcanvas.h>
|
|
#endif
|