Bug in constructor btHingeConstraint(body, pivot, axis) fixed. Build under MSVC 7.1 fixed

This commit is contained in:
rponom
2008-09-19 21:10:01 +00:00
parent 6a21ee6146
commit 486b172f58
2 changed files with 5 additions and 10 deletions

View File

@@ -61,7 +61,8 @@ subject to the following restrictions:
// Specific methods implementation
#ifdef WIN32
//SSE gives errors on a MSVC 7.1
#if (defined (WIN32) && (_MSC_VER) && _MSC_VER >= 1400)
#define DBVT_SELECT_IMPL DBVT_IMPL_SSE
#define DBVT_MERGE_IMPL DBVT_IMPL_SSE
#define DBVT_INT0_IMPL DBVT_IMPL_SSE