Update btQuickprof.cpp
deal with Windows XP users, see https://github.com/bulletphysics/bullet3/issues/289#issuecomment-119133169
This commit is contained in:
@@ -44,7 +44,7 @@ static btClock gProfileClock;
|
||||
#else //_XBOX
|
||||
#include <windows.h>
|
||||
|
||||
#if WINVER < 0x0600
|
||||
#if WINVER < 0x0602
|
||||
ULONGLONG GetTickCount64() { return GetTickCount(); }
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user