diff options
author | Zachary Michaels <mikezackles@gmail.com> | 2014-08-06 13:09:31 -0400 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-15 22:33:10 +0200 |
commit | 45bc24d69b2e790d5707215f654f6d4c63146984 (patch) | |
tree | 9bc6e7884993577ee222f5a0d665f291ba5eb08e /src | |
parent | More preprocessor fixes for slow-hash (diff) | |
download | monero-45bc24d69b2e790d5707215f654f6d4c63146984.tar.xz |
Another preprocessor fix (difficulty.cpp)
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/difficulty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/difficulty.cpp b/src/cryptonote_core/difficulty.cpp index c26f8d909..d4d733e69 100644 --- a/src/cryptonote_core/difficulty.cpp +++ b/src/cryptonote_core/difficulty.cpp @@ -45,7 +45,7 @@ namespace cryptonote { using std::uint64_t; using std::vector; -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__MINGW32__) #include <windows.h> #include <winnt.h> |