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