* Move GetTickCount() hacks to porting.h and replace by a real call to SDL_GetTicks().
[matthijs/ABM2.git] / ABM2 / Engine / profiler.h
index 5a5ad32991c8fa18c5af37b3b2b3d0c7610629d7..5d12b9fbc98b22cde8aed8361bd6c410bb1022ec 100755 (executable)
@@ -3,8 +3,6 @@
 \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