aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/SysTimer_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer/SysTimer_windows.h')
-rw-r--r--tools/timer/SysTimer_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/timer/SysTimer_windows.h b/tools/timer/SysTimer_windows.h
index 62a9445134..380debd313 100644
--- a/tools/timer/SysTimer_windows.h
+++ b/tools/timer/SysTimer_windows.h
@@ -19,7 +19,7 @@ public:
double endWall();
private:
ULONGLONG fStartCpu;
- LARGE_INTEGER fStartWall;
+ unsigned __int64 fStartWall;
};
#endif