diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/patcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/patcher.cpp b/src/core/patcher.cpp index 19ca5f07..58f19767 100644 --- a/src/core/patcher.cpp +++ b/src/core/patcher.cpp @@ -4,7 +4,7 @@ #include <algorithm> #include <vector> -#include <Windows.h> +#include <windows.h> StaticPatcher *StaticPatcher::ms_head; |