diff --git a/src/LinearMath/btQuickprof.cpp b/src/LinearMath/btQuickprof.cpp index bdda0291a..5d541be20 100644 --- a/src/LinearMath/btQuickprof.cpp +++ b/src/LinearMath/btQuickprof.cpp @@ -44,7 +44,7 @@ static btClock gProfileClock; #else //_XBOX #include -#if WINVER < 0x0600 +#if WINVER < 0x0602 ULONGLONG GetTickCount64() { return GetTickCount(); } #endif