QTfrontend/hwform.cpp
changeset 11803 d85d273cb3aa
parent 11046 47a8c19ecb60
child 11830 6078cf0e4944
--- a/QTfrontend/hwform.cpp	Tue May 03 22:19:17 2016 +0200
+++ b/QTfrontend/hwform.cpp	Wed May 04 14:09:54 2016 +0300
@@ -103,7 +103,9 @@
 #include "AutoUpdater.h"
 
 #ifdef Q_OS_WIN
+#ifndef WINVER
 #define WINVER 0x0500
+#endif
 #include <windows.h>
 #else
 #include <unistd.h>