mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 10:35:54 +00:00
[ADVAPI32]
- Kill also the debug print in the W version. svn path=/trunk/; revision=64550
This commit is contained in:
parent
b9a7078e90
commit
06c5fdf765
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ CreateProcessAsUserW(HANDLE hToken,
|
|||
/* Resume the main thread */
|
||||
if (!(dwCreationFlags & CREATE_SUSPENDED))
|
||||
{
|
||||
ERR("Resuming thread!\n");
|
||||
ResumeThread(lpProcessInformation->hThread);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue