Change Windows include to windows
mingw is case sensitive
This commit is contained in:
parent
729d4bb91d
commit
2b76e9d8a3
|
@ -41,7 +41,7 @@
|
|||
|
||||
#if defined(_MSC_VER)
|
||||
#include <intrin.h>
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#define STATIC
|
||||
#define INLINE __inline
|
||||
#if !defined(RDATA_ALIGN16)
|
||||
|
|
Loading…
Reference in New Issue