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