mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ADVAPI32]
- Kill also the debug print in the W version. svn path=/trunk/; revision=64550
This commit is contained in:
@@ -207,7 +207,6 @@ CreateProcessAsUserW(HANDLE hToken,
|
||||
/* Resume the main thread */
|
||||
if (!(dwCreationFlags & CREATE_SUSPENDED))
|
||||
{
|
||||
ERR("Resuming thread!\n");
|
||||
ResumeThread(lpProcessInformation->hThread);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user