mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-20 02:09:25 +03:00
Enable debug messages and memory check with debug configuration
This commit is contained in:
@ -1635,9 +1635,13 @@ int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow)
|
||||
{
|
||||
INSTANCE *instance;
|
||||
InitProcessCallOnce();
|
||||
#ifdef DEBUG
|
||||
is_debug = true;
|
||||
#else
|
||||
is_debug = false;
|
||||
#endif
|
||||
MayaquaMinimalMode();
|
||||
InitMayaqua(false, is_debug, 0, NULL);
|
||||
InitMayaqua(is_debug, is_debug, 0, NULL);
|
||||
InitCedar();
|
||||
ViSetSkip();
|
||||
ViLoadStringTables();
|
||||
|
Reference in New Issue
Block a user