mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +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
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -456,7 +456,7 @@ WINBOOL STDCALL CreateProcessW(LPCWSTR lpApplicationName,
|
|||
&CommandLine_U,
|
||||
NULL,
|
||||
(lpCurrentDirectory == NULL) ? NULL : &CurrentDirectoryW,
|
||||
NULL,
|
||||
&CommandLine_U,
|
||||
lpEnvironment,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue