Commit 89a79d21 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Bugfix: Show main window if CreateProcess was called without the

STARTF_USESHOWWINDOW flag.
parent 4fd8cc37
......@@ -373,7 +373,7 @@ BOOL PROCESS_Init(void)
*/
void PROCESS_Start(void)
{
UINT cmdShow = 0;
UINT cmdShow = SW_SHOWNORMAL;
LPTHREAD_START_ROUTINE entry = NULL;
PDB *pdb = PROCESS_Current();
NE_MODULE *pModule = NE_GetPtr( pdb->module );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment