[ADVAPI32]

- Kill also the debug print in the W version.

svn path=/trunk/; revision=64550
This commit is contained in:
Jérôme Gardou 2014-10-05 20:19:49 +00:00
parent b9a7078e90
commit 06c5fdf765

View file

@ -207,7 +207,6 @@ CreateProcessAsUserW(HANDLE hToken,
/* Resume the main thread */
if (!(dwCreationFlags & CREATE_SUSPENDED))
{
ERR("Resuming thread!\n");
ResumeThread(lpProcessInformation->hThread);
}