mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 16:15:53 +01: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
|