Update btQuickprof.cpp

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

View File

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