aboutsummaryrefslogtreecommitdiff
path: root/src/qt
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/qt
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/qt')
-rw-r--r--src/qt/guiutil.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp
index 6e34aca0eb..bab17562a6 100644
--- a/src/qt/guiutil.cpp
+++ b/src/qt/guiutil.cpp
@@ -21,11 +21,6 @@
#include <util/system.h>
#ifdef WIN32
-#ifdef _WIN32_IE
-#undef _WIN32_IE
-#endif
-#define _WIN32_IE 0x0501
-#define WIN32_LEAN_AND_MEAN 1
#ifndef NOMINMAX
#define NOMINMAX
#endif