aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZachary Michaels <mikezackles@gmail.com>2014-08-06 13:09:31 -0400
committerRiccardo Spagni <ric@spagni.net>2014-09-15 22:33:10 +0200
commit45bc24d69b2e790d5707215f654f6d4c63146984 (patch)
tree9bc6e7884993577ee222f5a0d665f291ba5eb08e /src
parentMore preprocessor fixes for slow-hash (diff)
downloadmonero-45bc24d69b2e790d5707215f654f6d4c63146984.tar.xz
Another preprocessor fix (difficulty.cpp)
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/difficulty.cpp2
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>