Fix for compilation error when compiling dualcon with mingw

This commit is contained in:
Sergey Sharybin 2011-12-31 11:08:04 +00:00
parent 3bb3d46ccf
commit bac6757ea0

@ -29,9 +29,10 @@
#define CONTAINS_INDEX
#define GRID_DIMENSION 20
#if defined(_WIN32) && !defined(FREE_WINDOWS)
#if defined(_WIN32) && !defined(__MINGW32__)
#define LONG __int64
#else
#include <stdint.h>
#define LONG int64_t
#endif
#define UCHAR unsigned char