mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 17:41:28 +09:00
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)
|
#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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user