* Add another GetTickCount hack to compile CGlobalTimer.
[matthijs/ABM2.git] / ABM2 / Engine / GlobalTimer.h
index e644210504aa84a80790de83d8c1413fca5d678f..57ee7525c38492815b4827eb2eddc26feb228109 100755 (executable)
@@ -9,6 +9,9 @@
 #pragma once\r
 #endif // _MSC_VER > 1000\r
 \r
+/* HACK to make things compile */\r
+#define GetTickCount() 0\r
+\r
 #include "engine.h"\r
 \r
 class CGlobalTimer : public ITask\r