mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Include missing config/bitcoin-config.h.
This commit is contained in:
parent
494f6e7d35
commit
c8ed6130a4
@ -6,6 +6,10 @@
|
|||||||
#ifndef BITCOIN_COMPAT_H
|
#ifndef BITCOIN_COMPAT_H
|
||||||
#define BITCOIN_COMPAT_H
|
#define BITCOIN_COMPAT_H
|
||||||
|
|
||||||
|
#if defined(HAVE_CONFIG_H)
|
||||||
|
#include "config/bitcoin-config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#ifdef _WIN32_WINNT
|
#ifdef _WIN32_WINNT
|
||||||
#undef _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
|
Loading…
Reference in New Issue
Block a user