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 | |
| parent | 729d4bb91da9458df2da05ca5c214ee1ab331aa9 (diff) | |
| download | monzero-core-2b76e9d8a3bb47f78abaa9b5eb99c1e111316264.tar.gz monzero-core-2b76e9d8a3bb47f78abaa9b5eb99c1e111316264.tar.xz monzero-core-2b76e9d8a3bb47f78abaa9b5eb99c1e111316264.zip | |
Change Windows include to windows
mingw is case sensitive
| -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) |
