Update btQuickprof.cpp

deal with Windows XP users, see https://github.com/bulletphysics/bullet3/issues/289#issuecomment-119133169
This commit is contained in:
erwincoumans
2015-07-08 22:28:20 -07:00
parent 187edd7a66
commit 4366070611

View File

@@ -44,7 +44,7 @@ static btClock gProfileClock;
#else //_XBOX #else //_XBOX
#include <windows.h> #include <windows.h>
#if WINVER < 0x0600 #if WINVER < 0x0602
ULONGLONG GetTickCount64() { return GetTickCount(); } ULONGLONG GetTickCount64() { return GetTickCount(); }
#endif #endif