mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 22:24:54 +02:00
prevent Windows redefinition warning cause by compat.h
This commit is contained in:
@ -11,7 +11,9 @@
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user