From: divverent Date: Sat, 27 Feb 2010 15:09:43 +0000 (+0000) Subject: attempt to fix the includes for win32 X-Git-Tag: xonotic-v0.1.0preview~230^2~450 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=715d02cb31a0bf038288cd3a04372c959ea2648c;p=xonotic%2Fdarkplaces.git attempt to fix the includes for win32 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10019 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_shared.c b/sys_shared.c index c95612c4..4141ce2e 100644 --- a/sys_shared.c +++ b/sys_shared.c @@ -2,14 +2,16 @@ #define SUPPORTDLL -#ifndef WIN32 +#ifdef WIN32 +# include +#else # include # include # include # include -#ifdef SUPPORTDLL -# include -#endif +# ifdef SUPPORTDLL +# include +# endif #endif static char sys_timestring[128];