X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sys_win.c;h=de1f47187c2e0f766414bebf630c3d62cdcae9ed;hb=3c407779de045926210a774c69586fcc380e9273;hp=4adaf69287e3d34e6e6e70266a953da764bb6e1e;hpb=43ccc403e08b7b72eb687f2d3700e14ea078d30a;p=xonotic%2Fdarkplaces.git diff --git a/sys_win.c b/sys_win.c index 4adaf692..de1f4718 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 "errno.h" + +#include "qtypes.h" + +#include "quakedef.h" +#include #include "resource.h" #include "conproc.h" -#include "direct.h" HANDLE hinput, houtput;