# HG changeset patch
# User unC0Rr
# Date 1462360194 -10800
# Node ID d85d273cb3aacb08d3978d04ab331c1839b760ad
# Parent  975c130c3901802d04d200b7316d037c8dcf55b9
Fix some warnings

diff -r 975c130c3901 -r d85d273cb3aa QTfrontend/hwform.cpp
--- 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>
diff -r 975c130c3901 -r d85d273cb3aa QTfrontend/ui/widget/feedbackdialog.cpp
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Tue May 03 22:19:17 2016 +0200
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Wed May 04 14:09:54 2016 +0300
@@ -35,7 +35,9 @@
 #include <string>
 
 #ifdef Q_OS_WIN
+#ifndef WINVER
 #define WINVER 0x0500
+#endif
 #include <windows.h>
 #else
 #include <unistd.h>