mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Fixed a typo - Guido de Jong
svn path=/trunk/; revision=2598
This commit is contained in:
parent
1768fa6632
commit
9808ba2cb8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: create.c,v 1.42 2002/01/01 03:29:15 dwelch Exp $
|
/* $Id: create.c,v 1.43 2002/02/04 13:08:58 sedwards 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
|
||||||
|
@ -483,7 +483,7 @@ CreateProcessW(LPCWSTR lpApplicationName,
|
||||||
ANSI_STRING ProcedureName;
|
ANSI_STRING ProcedureName;
|
||||||
UNICODE_STRING CurrentDirectoryW;
|
UNICODE_STRING CurrentDirectoryW;
|
||||||
SECTION_IMAGE_INFORMATION Sii;
|
SECTION_IMAGE_INFORMATION Sii;
|
||||||
CHAR TempCurrentDirectoryW[256];
|
WCHAR TempCurrentDirectoryW[256];
|
||||||
|
|
||||||
DPRINT("CreateProcessW(lpApplicationName '%S', lpCommandLine '%S')\n",
|
DPRINT("CreateProcessW(lpApplicationName '%S', lpCommandLine '%S')\n",
|
||||||
lpApplicationName,lpCommandLine);
|
lpApplicationName,lpCommandLine);
|
||||||
|
|
Loading…
Reference in a new issue