Switch to including Windows.h from an intermediate.

This makes it easier for Xbox which uses a separate header.
This commit is contained in:
Unknown W. Brackets
2013-07-28 21:04:19 -07:00
parent 32de51fdf7
commit 7b7801d59a
31 changed files with 46 additions and 28 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "file/zip_read.h"
#ifdef _WIN32
#include <windows.h>
#include "Common/CommonWindows.h"
#include <sys/stat.h>
#else
#include <dirent.h>