Skip to content

Commit

Permalink
Rename variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Jan 3, 2025
1 parent 20203f2 commit 225d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ VOID WinMainCRTStartup()
IApplicationActivationManager *pApplicationActivationManager = NULL;
CoCreateInstance(&CLSID_ApplicationActivationManager, NULL, CLSCTX_LOCAL_SERVER, &IID_IApplicationActivationManager,
(LPVOID *)&pApplicationActivationManager);
CoAllowSetForegroundWindow((IUnknown *)pApplicationActivationManager, NULL);
CoAllowSetForegroundWindow((LPUNKNOWN)pApplicationActivationManager, NULL);

DWORD dwProcessId = 0;
pApplicationActivationManager->lpVtbl->ActivateApplication(
Expand Down

0 comments on commit 225d8ea

Please sign in to comment.