X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FEngine%2Fprofiler.h;h=5d12b9fbc98b22cde8aed8361bd6c410bb1022ec;hp=5a5ad32991c8fa18c5af37b3b2b3d0c7610629d7;hb=0557fdb7b7567901ca7e82def55fe5ceab0ccef0;hpb=784aa42247545bf80768602a32fbad922bb7d4c3 diff --git a/ABM2/Engine/profiler.h b/ABM2/Engine/profiler.h index 5a5ad32..5d12b9f 100755 --- a/ABM2/Engine/profiler.h +++ b/ABM2/Engine/profiler.h @@ -3,8 +3,6 @@ #define MAX_PROFILER_SAMPLES 50 -/* HACK to make things compile */ -#define GetTickCount() 0 class IProfilerOutputHandler; class CProfileSample;