projects
/
matthijs
/
ABM2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c061b99
)
* Remove WITH_SDL ifdef.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Tue, 12 Jun 2007 06:21:14 +0000
(08:21 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Tue, 12 Jun 2007 06:21:14 +0000
(08:21 +0200)
ABM2/porting.h
patch
|
blob
|
history
diff --git
a/ABM2/porting.h
b/ABM2/porting.h
index 3a514f5c7c1ba614a8bba447f9adb76a6f9f89a3..5a2311374afcd7341824bcdac616f82d0c028827 100644
(file)
--- a/
ABM2/porting.h
+++ b/
ABM2/porting.h
@@
-15,10
+15,8
@@
#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_)