From b1d29142e650b5d14ce8555d3734594471063266 Mon Sep 17 00:00:00 2001 From: "havoc havoc@d7cf8633-e32d-0410-b094-e92efae38249" <> Date: Wed, 14 Jul 2010 10:11:05 +0000 Subject: [PATCH] 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 --- sys_sdl.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2