Update btQuickprof.cpp

This commit is contained in:
erwincoumans
2015-07-08 23:22:41 -07:00
parent 4366070611
commit c293c3df8f

View File

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