* Remove WITH_SDL ifdef.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 12 Jun 2007 06:21:14 +0000 (08:21 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 12 Jun 2007 06:21:14 +0000 (08:21 +0200)
ABM2/porting.h

index 3a514f5c7c1ba614a8bba447f9adb76a6f9f89a3..5a2311374afcd7341824bcdac616f82d0c028827 100644 (file)
        #define min(a,b) (a<b?a:b)
 #endif // !WIN32
 
-#ifdef WITH_SDL
-       #include <SDL/SDL.h>
-       #define GetTickCount SDL_GetTicks
-       #define Sleep SDL_Delay
-#endif // WITH_SDL
+#include <SDL/SDL.h>
+#define GetTickCount SDL_GetTicks
+#define Sleep SDL_Delay
 
 #endif // !defined(AFX_PORTING_H__90C3FE42_3400_4978_8BC5_7D905F3C8E63__INCLUDED_)