From: havoc havoc@d7cf8633-e32d-0410-b094-e92efae38249 <> Date: Wed, 14 Jul 2010 10:11:05 +0000 (+0000) Subject: UNMERGE X-Git-Tag: xonotic-v0.1.0preview~182 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b1d29142e650b5d14ce8555d3734594471063266;p=xonotic%2Fdarkplaces.git UNMERGE 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 --- diff --git a/sys_sdl.c b/sys_sdl.c index af4777b4..3c83d793 100644 --- 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 #include "conio.h" #else