mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-23 15:40:39 +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