aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-10-04 02:01:38 +0100
committerGitHub <noreply@github.com>2020-10-04 02:01:38 +0100
commit26ed3486f9cbeb5ab5d0aa66f9daac6430b05062 (patch)
treed806bfd97adfdde849ce8956f0deee333cbcd042
parentFixed typo in the CHANGELOG (diff)
parentfixed build with Qt 5.9 MSVC2017 (diff)
downloadsingleapplication-26ed3486f9cbeb5ab5d0aa66f9daac6430b05062.tar.xz
Merge pull request #110 from Kolcha/qt59-msvc
fixed build with Qt 5.9 MSVC2017
-rw-r--r--singleapplication_p.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/singleapplication_p.cpp b/singleapplication_p.cpp
index f4a1ca4..4d74e06 100644
--- a/singleapplication_p.cpp
+++ b/singleapplication_p.cpp
@@ -57,6 +57,7 @@
#endif
#ifdef Q_OS_WIN
+ #define NOMINMAX
#include <windows.h>
#include <lmcons.h>
#endif