mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 05:11:27 -05:00
5 lines
No EOL
129 B
C
5 lines
No EOL
129 B
C
#ifdef _WIN32
|
|
#include <api/wnd/platform/win32/canvas.h>
|
|
#elif defined(__APPLE__)
|
|
#include <api/wnd/platform/osx/canvas.h>
|
|
#endif |