mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 05:15:43 -04: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 |