Closed GWRon closed 1 year ago
Interestingly physfs was using __linux too
SDL_platform.h redefines:
#if (defined(linux) || defined(__linux) || defined(__linux__)) #undef __LINUX__ #define __LINUX__ 1
Dunno if such a thing would be the better approach to also support __linux ?
__linux
Interestingly physfs was using __linux too