From: havoc Date: Wed, 14 Jul 2010 10:11:05 +0000 (+0000) Subject: fix a warning in mingw X-Git-Tag: xonotic-v0.1.0preview~230^2~161 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0f140a239847203b502939781805b619b49cebeb;p=xonotic%2Fdarkplaces.git fix a warning in mingw git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10317 d7cf8633-e32d-0410-b094-e92efae38249 --- 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