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