aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-08-21 14:59:17 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-08-20 17:55:06 +0000
commit1ccb9f30c040daf688f89f0d63e9f5e7b131d193 (patch)
tree73b4f95461bf51ca05018d2a823fe437bd7c5172 /src/compat.h
parente9b30126545d6ddd8772363e4079d1e4908ad117 (diff)
downloadbitcoin-1ccb9f30c040daf688f89f0d63e9f5e7b131d193.tar.xz
Move Win32 defines to configure.ac to ensure they are globally defined
common.vcxproj used for MSVC builds
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compat.h b/src/compat.h
index 68f6eb692c..0be02cae03 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -11,9 +11,6 @@
#endif
#ifdef WIN32
-#ifndef WIN32_LEAN_AND_MEAN
-#define WIN32_LEAN_AND_MEAN 1
-#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif