mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Another preprocessor fix (difficulty.cpp)
This commit is contained in:
parent
aba3497fdd
commit
45bc24d69b
@ -45,7 +45,7 @@ namespace cryptonote {
|
|||||||
using std::uint64_t;
|
using std::uint64_t;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winnt.h>
|
#include <winnt.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user