mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 05:33:28 +01: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)
|
||||
#include <intrin.h>
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#define STATIC
|
||||
#define INLINE __inline
|
||||
#if !defined(RDATA_ALIGN16)
|
||||
|
Loading…
Reference in New Issue
Block a user