* Remove some hacks.
[matthijs/ABM2.git] / ABM2 / Engine / profiler.h
index 0069b72e3049fcaf05ba30e4267fd9e95b57fd8a..5a5ad32991c8fa18c5af37b3b2b3d0c7610629d7 100755 (executable)
@@ -3,6 +3,9 @@
 \r
 #define MAX_PROFILER_SAMPLES 50\r
 \r
+/* HACK to make things compile */\r
+#define GetTickCount() 0\r
+\r
 class IProfilerOutputHandler;\r
 class CProfileSample;\r
 \r
@@ -72,4 +75,4 @@ public:
 #define PROFILE(name)\r
 #endif\r
 \r
-#endif
\ No newline at end of file
+#endif\r