X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=sys_sdl.c;h=833e00d58fd9282ac8a4e150beb902135fcd5665;hb=b56f9366c931a151b480f4e2620599eaffd0b681;hp=724eb79d663a0a4bf456521d652ca85bebe710ee;hpb=43ccc403e08b7b72eb687f2d3700e14ea078d30a;p=xonotic%2Fdarkplaces.git diff --git a/sys_sdl.c b/sys_sdl.c index 724eb79d..833e00d5 100644 --- a/sys_sdl.c +++ b/sys_sdl.c @@ -1,6 +1,9 @@ -#include "quakedef.h" #ifdef WIN32 +#ifdef _MSC_VER +#pragma comment(lib, "sdl.lib") +#pragma comment(lib, "sdlmain.lib") +#endif #include #include "conio.h" #else @@ -13,6 +16,8 @@ #include +#include "quakedef.h" + // ======================================================================= // General routines // =======================================================================