mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[KERNEL32] Improve a dprint (needed when studying spaces in command lines).
svn path=/trunk/; revision=63362
This commit is contained in:
@@ -2468,7 +2468,7 @@ CreateProcessInternalW(IN HANDLE hUserToken,
|
||||
PolicyPathPair.Nt = &SxsNtPolicyPath.String;
|
||||
#endif
|
||||
|
||||
DPRINT("CreateProcessInternalW: %S %S %lx\n", lpApplicationName, lpCommandLine, dwCreationFlags);
|
||||
DPRINT("CreateProcessInternalW: '%S' '%S' %lx\n", lpApplicationName, lpCommandLine, dwCreationFlags);
|
||||
|
||||
/* Finally, set our TEB and PEB */
|
||||
Teb = NtCurrentTeb();
|
||||
|
||||
Reference in New Issue
Block a user