Skip to content

Commit

Permalink
Fixed bug that prevented console to show when enabled in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Sep 3, 2021
1 parent f84375a commit 2e1eb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -2825,9 +2825,9 @@ __declspec(dllexport) DWORD WINAPI main(
wprintf(L"Settings path: \"%s\"\n", wszSettingsPath);

#ifndef DEBUG
uintptr_t alloc_console = VnGetUInt(
TEXT("AllocConsole"),
UINT alloc_console = VnGetUInt(
TEXT("General"),
TEXT("AllocConsole"),
0,
wszSettingsPath
);
Expand Down

0 comments on commit 2e1eb62

Please sign in to comment.