summaryrefslogtreecommitdiffstats
path: root/src/core/patcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/patcher.cpp')
-rw-r--r--src/core/patcher.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/patcher.cpp b/src/core/patcher.cpp
index 58f19767..e5242e9d 100644
--- a/src/core/patcher.cpp
+++ b/src/core/patcher.cpp
@@ -1,11 +1,10 @@
+#define WITHWINDOWS
#include "common.h"
#include "patcher.h"
#include <algorithm>
#include <vector>
-#include <windows.h>
-
StaticPatcher *StaticPatcher::ms_head;
StaticPatcher::StaticPatcher(Patcher func)