pwen
Results
1
comments of
pwen
For me adding || defined(_MINGW32_) next to the _MSC_VER worked on Mingw on Windows: ``` include #if defined(__APPLE__) #include #include #define bswap_16(x) OSSwapInt16(x) #define bswap_32(x) OSSwapInt32(x) #define bswap_64(x) OSSwapInt64(x) #define...