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
#include <windows.h>
#include <limits.h>
#elif defined(__DJGPP__)
#else
#elif defined(__MINGW32__)
#include <stdint.h>
#else
#endif
/* ------------------------------------------------------------------