summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeefcurtains <beefcurtains@users.noreply.github.com>2015-06-11 06:17:39 +0000
committerbeefcurtains <beefcurtains@users.noreply.github.com>2015-06-11 06:20:28 +0000
commitf663f2ceef38e2e1960ff2af80f8eda3f8214ccb (patch)
tree85b306f52637aed1686bdd21fbed152f0ae78aba
parentb4d97a27b22abf6b3fa1b914b6e55087369ec31f (diff)
Slightly faster windows builds (in theory)
-rw-r--r--mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 2b019bf1..ec8d2d4c 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -13,6 +13,8 @@
#include <QQueue>
#include <QCloseEvent>
#ifdef Q_OS_WIN
+#define WIN32_LEAN_AND_MEAN/*_KILLING_MACHINE*/
+#define WIN32_EXTRA_LEAN
#include <windows.h>
#include <winnetwk.h>
#undef DELETE