diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-08-25 00:30:30 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-14 12:53:02 +0200 |
commit | c120d0cceba005f661e66d4d95c96d0458cadfeb (patch) | |
tree | c677a9e7c31a7e33cef7170fab8e08db0364441d /NorthstarDLL/dllmain.cpp | |
parent | a39addd9aa09d0a01e6a5cee33ef5d8d8f30e7b6 (diff) | |
download | NorthstarLauncher-c120d0cceba005f661e66d4d95c96d0458cadfeb.tar.gz NorthstarLauncher-c120d0cceba005f661e66d4d95c96d0458cadfeb.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 02b3fefc..c94d79c3 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" typedef void (*initPluginFuncPtr)(void* (*getPluginObject)(PluginObject)); |