mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 15:15:45 -04:00
Initial community commit
This commit is contained in:
5
Src/tataki/canvas/bltcanvas.h
Normal file
5
Src/tataki/canvas/bltcanvas.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#include "win/bltcanvas.h"
|
||||
#elif defined(__APPLE__)
|
||||
#include "mac/bltcanvas.h"
|
||||
#endif
|
Reference in New Issue
Block a user