From 0f140a239847203b502939781805b619b49cebeb Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 14 Jul 2010 10:11:05 +0000 Subject: [PATCH] fix a warning in mingw git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10317 d7cf8633-e32d-0410-b094-e92efae38249 --- sys_sdl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys_sdl.c b/sys_sdl.c index 3c83d793..af4777b4 100644 --- a/sys_sdl.c +++ b/sys_sdl.c @@ -1,8 +1,10 @@ #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