Additional fix for building with newest MSYS2 packages. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5082 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2015-03-24 03:34:01 +00:00
parent a9c32b758d
commit 203b795cc9

View file

@ -70,6 +70,7 @@ static __inline int32_t _lrotl(int32_t i, int sh)
#define _fileno fileno #define _fileno fileno
#else #else
#include <io.h> #include <io.h>
#include <intrin.h>
#endif #endif
#if defined(_WIN32) #if defined(_WIN32)