Another preprocessor fix (difficulty.cpp)

This commit is contained in:
Zachary Michaels 2014-08-06 13:09:31 -04:00 committed by Riccardo Spagni
parent aba3497fdd
commit 45bc24d69b

View file

@ -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>