mingw compilation

This commit is contained in:
U-Khasa\Vitor
2009-07-18 13:38:38 -07:00
parent 869671fb1b
commit 2020a31362
4 changed files with 6 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
#include <stddef.h>
#ifdef __WINDOWS__
typedef __int64 int64_t;
#if (_MSC_VER < 1300)
#if (_MSC_VER < 1300) && !defined(__MINGW32__)
typedef long intptr_t;
typedef unsigned long uintptr_t;
#endif