Merge pull request #1426 from neheb/patch-4

Fix clang compile under MSYS2
pull/1430/head
Jens Steube 7 years ago committed by GitHub
commit b3b5f924dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
#if defined (__unix__) || defined (__APPLE__)
#define _POSIX
#elif defined (__WINNT__)
#elif defined (_WIN32)
#define _WIN 1
#else
#error Your Operating System is not supported or detected

Loading…
Cancel
Save