mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
Preliminary command line fix
svn path=/trunk/; revision=1616
This commit is contained in:
parent
6922d2a9e5
commit
29c4727f7a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: create.c,v 1.33 2001/01/23 09:58:12 ekohl Exp $
|
/* $Id: create.c,v 1.34 2001/02/10 22:30:21 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -456,7 +456,7 @@ WINBOOL STDCALL CreateProcessW(LPCWSTR lpApplicationName,
|
||||||
&CommandLine_U,
|
&CommandLine_U,
|
||||||
NULL,
|
NULL,
|
||||||
(lpCurrentDirectory == NULL) ? NULL : &CurrentDirectoryW,
|
(lpCurrentDirectory == NULL) ? NULL : &CurrentDirectoryW,
|
||||||
NULL,
|
&CommandLine_U,
|
||||||
lpEnvironment,
|
lpEnvironment,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in a new issue