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