[KERNEL32]: Add support for NO_DEBUG_INHERIT in CreateProcess. Fixes a winetest.

svn path=/trunk/; revision=55732
This commit is contained in:
Alex Ionescu 2012-02-20 06:36:17 +00:00
parent 4e027af35c
commit d3418a128b

View file

@ -3016,7 +3016,8 @@ GetAppName:
/* Check if only this process will be debugged */
if (dwCreationFlags & DEBUG_ONLY_THIS_PROCESS)
{
/* FIXME: Set process flag */
/* Set process flag */
hDebug = (HANDLE)((ULONG_PTR)hDebug | 0x1);
}
}