mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
Fix 2nd stage hang
svn path=/trunk/; revision=31722
This commit is contained in:
parent
9d5c828c5a
commit
0c8a8e9740
1 changed files with 1 additions and 1 deletions
|
@ -1848,7 +1848,7 @@ main(int argc, char *argv[])
|
|||
|
||||
DPRINT("Umpnpmgr: main() started\n");
|
||||
|
||||
hInstallEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
|
||||
hInstallEvent = CreateEvent(NULL, TRUE, SetupIsActive()/*FALSE*/, NULL);
|
||||
if (hInstallEvent == NULL)
|
||||
{
|
||||
dwError = GetLastError();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue