mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 15:11:51 +00:00
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:
parent
a9c32b758d
commit
203b795cc9
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ static __inline int32_t _lrotl(int32_t i, int sh)
|
|||
#define _fileno fileno
|
||||
#else
|
||||
#include <io.h>
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
|
Loading…
Reference in a new issue