diff options
author | aap <aap@papnet.eu> | 2020-04-26 12:49:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 12:49:31 +0200 |
commit | 7052b0b64c2fbab2d4ef94e50e902eea4904dbe0 (patch) | |
tree | 7a01b47b48a106ca6ff9154cc5c14d3baf54c22f /src/core/patcher.cpp | |
parent | update librw (diff) | |
parent | Initial GLFW support (diff) | |
download | re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.tar re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.tar.gz re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.tar.bz2 re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.tar.lz re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.tar.xz re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.tar.zst re3-7052b0b64c2fbab2d4ef94e50e902eea4904dbe0.zip |
Diffstat (limited to 'src/core/patcher.cpp')
-rw-r--r-- | src/core/patcher.cpp | 3 |
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) |