mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 15:45:13 +00:00
6 lines
100 B
C
6 lines
100 B
C
|
#ifdef _WIN32
|
||
|
#include "win/bltcanvas.h"
|
||
|
#elif defined(__APPLE__)
|
||
|
#include "mac/bltcanvas.h"
|
||
|
#endif
|