Skip to content

Commit

Permalink
Fixed statement
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Aug 31, 2021
1 parent 9afbc50 commit 510ddd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,8 @@ DWORD PlayStartupSound(DWORD x)
AuthUILogonSound* ppv;
hr = CoCreateInstance(
&__uuidof_AuthUILogonSound,
0,
1,
NULL,
CLSCTX_INPROC_SERVER,
&__uuidof_IAuthUILogonSound,
&ppv
);
Expand Down

0 comments on commit 510ddd2

Please sign in to comment.