mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 20:09:27 -05:00
AudioCommon / VideoBackends / WinUpdater - cleanup WRL code
This commit is contained in:
@@ -78,7 +78,7 @@ bool InitWindow()
|
||||
return false;
|
||||
|
||||
if (SUCCEEDED(CoCreateInstance(CLSID_TaskbarList, nullptr, CLSCTX_INPROC_SERVER,
|
||||
IID_PPV_ARGS(taskbar_list.GetAddressOf()))))
|
||||
IID_PPV_ARGS(&taskbar_list))))
|
||||
{
|
||||
if (FAILED(taskbar_list->HrInit()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user