mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fix 2nd stage hang
svn path=/trunk/; revision=31722
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user