Merge remote-tracking branch 'bp/master'

This commit is contained in:
=
2015-07-14 09:02:11 -07:00

View File

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