winamp/Src/tataki/region/region.h

6 lines
117 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#if defined _WIN64 || defined _WIN32
#include "win/region.h"
#elif defined(__APPLE__)
#include "mac/region.h"
#endif