Fixes to build under MinGW

thanks to Mikhail, http://code.google.com/p/bullet/issues/detail?id=352
This commit is contained in:
erwin.coumans
2010-03-03 21:40:12 +00:00
parent af754373b2
commit 4fd48ac691
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ subject to the following restrictions:
#define __BCHUNK_H__
#ifdef _WIN32
#if defined (_WIN32) && ! defined (__MINGW32__)
#define long64 __int64
#else
#define long64 long long