Fixes to build under MinGW
thanks to Mikhail, http://code.google.com/p/bullet/issues/detail?id=352
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user