From 66098f209ae8d9e953a8329f9007cf5e6096e178 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 12 Jun 2007 08:21:14 +0200 Subject: [PATCH] * Remove WITH_SDL ifdef. --- ABM2/porting.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ABM2/porting.h b/ABM2/porting.h index 3a514f5..5a23113 100644 --- a/ABM2/porting.h +++ b/ABM2/porting.h @@ -15,10 +15,8 @@ #define min(a,b) (a - #define GetTickCount SDL_GetTicks - #define Sleep SDL_Delay -#endif // WITH_SDL +#include +#define GetTickCount SDL_GetTicks +#define Sleep SDL_Delay #endif // !defined(AFX_PORTING_H__90C3FE42_3400_4978_8BC5_7D905F3C8E63__INCLUDED_) -- 2.30.2