aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2017-08-21 14:59:17 +0000
committerLuke Dashjr <[email protected]>2020-08-20 17:55:06 +0000
commit1ccb9f30c040daf688f89f0d63e9f5e7b131d193 (patch)
tree73b4f95461bf51ca05018d2a823fe437bd7c5172 /src/qt/guiutil.cpp
parentMerge #19750: refactor: remove unused c-string variant of atoi64() (diff)
downloaddiscoin-1ccb9f30c040daf688f89f0d63e9f5e7b131d193.tar.xz
discoin-1ccb9f30c040daf688f89f0d63e9f5e7b131d193.zip
Move Win32 defines to configure.ac to ensure they are globally defined
common.vcxproj used for MSVC builds
Diffstat (limited to 'src/qt/guiutil.cpp')
-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 6e34aca0e..bab17562a 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