X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWinDefs.cpp;h=65ecaac8e0dbdb4ede3a408bc442b5d6ba744679;hb=72ad782ae757aab6f247a7b0f58d17756c98734b;hp=3c5e3252dc72934bb3c1eebccd3989ba1a569157;hpb=24004d6ab1e68faaf85ece11b566449997da5013;p=lugaru.git diff --git a/Source/WinDefs.cpp b/Source/WinDefs.cpp index 3c5e325..65ecaac 100644 --- a/Source/WinDefs.cpp +++ b/Source/WinDefs.cpp @@ -36,7 +36,7 @@ public: QueryPerformanceFrequency( (LARGE_INTEGER*)&counterRate); QueryPerformanceCounter( (LARGE_INTEGER*)&baseCounter); } - __int64 counterRate; // LARGE_INTEGER type has no math functions so use int64 + __int64 counterRate; // LARGE_INTEGER type has no math functions so use int64 __int64 baseCounter; }; static AppTime g_appTime;