Fix linux and mingw32 build

This commit is contained in:
Stas Degteff 2005-11-16 14:49:13 +00:00
parent 72eebbdc9e
commit 04b12637b2

View File

@ -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
/* ------------------------------------------------------------------ /* ------------------------------------------------------------------