Fix compilation for MSVC 6.0 for Bullet and COLLADA DOM.
Fix issues with btDbvt: use ATTRIBUTE_ALIGNED16 Removed several places where variable was declared within for statement: for (int i=0; should be int i; for (i=0
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
|
||||
#if _MSC_VER <= 1200
|
||||
typedef int intptr_t;
|
||||
#undef PLATFORM_INT8
|
||||
#define PLATFORM_INT8 char
|
||||
#undef PLATFORM_UINT8
|
||||
#define PLATFORM_UINT8 unsigned char
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user