diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-08-25 00:30:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 23:30:30 +0100 |
commit | cf9743e9b874b76e56a57d56e60e03aaa8a52ad6 (patch) | |
tree | fd15f8b2b8014fa3f2aad13b382077397150ca6b /NorthstarDLL/dllmain.cpp | |
parent | a37ef3ee985d1b5e1ba8803515785feea3371fcc (diff) | |
download | NorthstarLauncher-cf9743e9b874b76e56a57d56e60e03aaa8a52ad6.tar.gz NorthstarLauncher-cf9743e9b874b76e56a57d56e60e03aaa8a52ad6.zip |
Change file name case sensitivity to lower case (#249)
To mirror how it is in refactor PR
Diffstat (limited to 'NorthstarDLL/dllmain.cpp')
-rw-r--r-- | NorthstarDLL/dllmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dllmain.cpp b/NorthstarDLL/dllmain.cpp index 744abb5a..273bf9c7 100644 --- a/NorthstarDLL/dllmain.cpp +++ b/NorthstarDLL/dllmain.cpp @@ -51,7 +51,7 @@ #include "rapidjson/stringbuffer.h" #include "rapidjson/writer.h" #include "rapidjson/error/en.h" -#include "ExploitFixes.h" +#include "exploitfixes.h" #include "scriptjson.h" typedef void (*initPluginFuncPtr)(void* (*getPluginObject)(PluginObject)); |