]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
UNMERGE
authorhavoc havoc@d7cf8633-e32d-0410-b094-e92efae38249 <>
Wed, 14 Jul 2010 10:11:05 +0000 (10:11 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 24 Sep 2010 20:00:47 +0000 (22:00 +0200)
fix a warning in mingw

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10317 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::unmerge=0f140a239847203b502939781805b619b49cebeb

sys_sdl.c

index af4777b40fe3c244dd1c3a8a21f401567b2f7f7e..3c83d7939edaf40cca41e6a1ee5aa08e7fda3e45 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -1,10 +1,8 @@
 #include "quakedef.h"
 
 #ifdef WIN32
-#ifdef _MSC_VER
 #pragma comment(lib, "sdl.lib")
 #pragma comment(lib, "sdlmain.lib")
-#endif
 #include <io.h>
 #include "conio.h"
 #else