From 510ddd2b5beb72a4a4135f23b785947b4ba23f03 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Tue, 31 Aug 2021 04:36:04 +0300 Subject: [PATCH] Fixed statement --- ExplorerPatcher/dllmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index ebc1d7529..fe34f0c7e 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -1417,8 +1417,8 @@ DWORD PlayStartupSound(DWORD x) AuthUILogonSound* ppv; hr = CoCreateInstance( &__uuidof_AuthUILogonSound, - 0, - 1, + NULL, + CLSCTX_INPROC_SERVER, &__uuidof_IAuthUILogonSound, &ppv );