Preliminary command line fix

svn path=/trunk/; revision=1616
This commit is contained in:
Eric Kohl 2001-02-10 22:30:21 +00:00
parent 6922d2a9e5
commit 29c4727f7a

View file

@ -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,