1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

Avoid redefine warning

This commit is contained in:
Peter Bushnell 2019-04-10 12:16:52 +01:00
parent 8c022e8ac4
commit 0b3a65455a

View File

@ -3,7 +3,9 @@
#ifndef WIN32
#include <fcntl.h>
#else
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <codecvt>
#include <windows.h>
#endif