Reattach to cmd if wfreerdp was started from one.
This commit is contained in:
parent
8e12c0a2a0
commit
81c60631a9
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
static int wf_create_console(void)
|
static int wf_create_console(void)
|
||||||
{
|
{
|
||||||
if (!AllocConsole())
|
if (!AttachConsole(ATTACH_PARENT_PROCESS))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
freopen("CONOUT$", "w", stdout);
|
freopen("CONOUT$", "w", stdout);
|
||||||
@ -916,9 +916,8 @@ static BOOL wfreerdp_client_global_init(void)
|
|||||||
WSADATA wsaData;
|
WSADATA wsaData;
|
||||||
|
|
||||||
WSAStartup(0x101, &wsaData);
|
WSAStartup(0x101, &wsaData);
|
||||||
#if defined(WITH_DEBUG) || defined(_DEBUG)
|
|
||||||
wf_create_console();
|
wf_create_console();
|
||||||
#endif
|
|
||||||
freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry, 0);
|
freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry, 0);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user