Skip to content

Commit

Permalink
GOW: Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 committed Sep 26, 2024
1 parent 9099fcd commit d3edef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/GoW.NoTAA/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HMODULE baseModule = GetModuleHandle(NULL);

#define wstr(s) L#s
#define wxstr(s) wstr(s)
#define _PROJECT_NAME L"GotG.NoTAA"
#define _PROJECT_NAME L"GoW.NoTAA"
#define _PROJECT_LOG_PATH _PROJECT_NAME L".log"

wchar_t exePath[_MAX_PATH] = { 0 };
Expand Down

0 comments on commit d3edef6

Please sign in to comment.