X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=sys_win.c;h=3b48f18d0eebfe9ba0af6f9e7d92af02d85a1786;hb=56873425bedd3dbf20f23036f5e79e180d3e87a9;hp=4adaf69287e3d34e6e6e70266a953da764bb6e1e;hpb=30dfc144d33d1b0ac7a60a088bc9715fa17971da;p=xonotic%2Fdarkplaces.git diff --git a/sys_win.c b/sys_win.c index 4adaf692..3b48f18d 100644 --- a/sys_win.c +++ b/sys_win.c @@ -19,16 +19,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // sys_win.c -- Win32 system interface code -#include "quakedef.h" #include #include +#include #ifdef SUPPORTDIRECTX #include #endif + +#include "qtypes.h" + +#include "quakedef.h" #include "errno.h" #include "resource.h" #include "conproc.h" -#include "direct.h" HANDLE hinput, houtput;