winamp/Src/tataki/canvas/canvas.h

5 lines
93 B
C

#ifdef _WIN32
#include "win/canvas.h"
#elif defined(__APPLE__)
#include "mac/canvas.h"
#endif