From: havoc Date: Sun, 18 Nov 2007 18:33:32 +0000 (+0000) Subject: make vid_sdl compile on WIN32 again (it uses different icon code on X-Git-Tag: xonotic-v0.1.0preview~2778 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=609f9915fba0f00f76240db306f3172327ca5331;p=xonotic%2Fdarkplaces.git make vid_sdl compile on WIN32 again (it uses different icon code on WIN32 and wasn't declaring an empty VID_SetIcon implementation) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7706 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_sdl.c b/vid_sdl.c index 52298e0e..da6f5299 100644 --- a/vid_sdl.c +++ b/vid_sdl.c @@ -501,6 +501,9 @@ static void VID_SetCaption() #endif SetClassLongPtr( info.window, GCLP_HICON, (LONG_PTR)icon ); } +static void VID_SetIcon() +{ +} #else // Adding the OS independent XPM version --blub #include "darkplaces.xpm"