Update proc.c
This commit is contained in:
parent
2289f4f3ab
commit
02d4e56b78
|
@ -1012,6 +1012,9 @@ _FX BOOL Proc_CreateProcessInternalW(
|
||||||
|
|
||||||
TlsData->proc_create_process_capture_image = FALSE;
|
TlsData->proc_create_process_capture_image = FALSE;
|
||||||
|
|
||||||
|
if (TlsData->proc_command_line)
|
||||||
|
lpCommandLine = TlsData->proc_command_line;
|
||||||
|
|
||||||
//
|
//
|
||||||
// the system may have quoted the first part of the command line,
|
// the system may have quoted the first part of the command line,
|
||||||
// store this final command line
|
// store this final command line
|
||||||
|
|
Loading…
Reference in New Issue