mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-01 17:05:59 +00:00
5 lines
93 B
C
5 lines
93 B
C
|
#ifdef _WIN32
|
||
|
#include "win/canvas.h"
|
||
|
#elif defined(__APPLE__)
|
||
|
#include "mac/canvas.h"
|
||
|
#endif
|