Skip to content

Commit dbf1557

Browse files
author
Gé van Geldorp
committed
/me loves Raymond
svn path=/trunk/; revision=20273
1 parent eccd642 commit dbf1557

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reactos/lib/kernel32/process/create.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,11 @@ CreateProcessInternalW(HANDLE hToken,
668668
SIZE_T EnvSize = 0;
669669
BOOL Ret = FALSE;
670670

671+
/* FIXME should process
672+
* HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
673+
* key (see http://blogs.msdn.com/oldnewthing/archive/2005/12/19/505449.aspx)
674+
*/
675+
671676
DPRINT("CreateProcessW: lpApplicationName: %S lpCommandLine: %S"
672677
" lpEnvironment: %p lpCurrentDirectory: %S dwCreationFlags: %lx\n",
673678
lpApplicationName, lpCommandLine, lpEnvironment, lpCurrentDirectory,

0 commit comments

Comments
 (0)