diff options
author | Zachary Michaels <mikezackles@gmail.com> | 2014-08-06 13:06:03 -0400 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-15 22:33:10 +0200 |
commit | 2b76e9d8a3bb47f78abaa9b5eb99c1e111316264 (patch) | |
tree | cfbae08c7da285d21bc34839632077a133fc3956 /src/crypto | |
parent | User setting to turn LTO on and off (diff) | |
download | monero-2b76e9d8a3bb47f78abaa9b5eb99c1e111316264.tar.xz |
Change Windows include to windows
mingw is case sensitive
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/slow-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 3aff7bd5d..b33ef0f47 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -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) |