Fix linux and mingw32 build
This commit is contained in:
parent
72eebbdc9e
commit
04b12637b2
@ -38,9 +38,9 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#elif defined(__DJGPP__)
|
#elif defined(__MINGW32__)
|
||||||
#else
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* ------------------------------------------------------------------
|
/* ------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user