mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-13 22:59:34 +02:00
Avoid redefine warning
This commit is contained in:
parent
8c022e8ac4
commit
0b3a65455a
@ -3,7 +3,9 @@
|
||||
#ifndef WIN32
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <codecvt>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user