|
|
|
@ -2825,9 +2825,9 @@ __declspec(dllexport) DWORD WINAPI main( |
|
|
|
wprintf(L"Settings path: \"%s\"\n", wszSettingsPath); |
|
|
|
wprintf(L"Settings path: \"%s\"\n", wszSettingsPath); |
|
|
|
|
|
|
|
|
|
|
|
#ifndef DEBUG |
|
|
|
#ifndef DEBUG |
|
|
|
uintptr_t alloc_console = VnGetUInt( |
|
|
|
UINT alloc_console = VnGetUInt( |
|
|
|
TEXT("AllocConsole"), |
|
|
|
|
|
|
|
TEXT("General"), |
|
|
|
TEXT("General"), |
|
|
|
|
|
|
|
TEXT("AllocConsole"), |
|
|
|
0, |
|
|
|
0, |
|
|
|
wszSettingsPath |
|
|
|
wszSettingsPath |
|
|
|
); |
|
|
|
); |
|
|
|
|