Change Windows include to windows

mingw is case sensitive
This commit is contained in:
Zachary Michaels 2014-08-06 13:06:03 -04:00 committed by Riccardo Spagni
parent 729d4bb91d
commit 2b76e9d8a3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#if defined(_MSC_VER) #if defined(_MSC_VER)
#include <intrin.h> #include <intrin.h>
#include <Windows.h> #include <windows.h>
#define STATIC #define STATIC
#define INLINE __inline #define INLINE __inline
#if !defined(RDATA_ALIGN16) #if !defined(RDATA_ALIGN16)