mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: #869 Crash when updating Windows 7 progress bar
This commit is contained in:
parent
bfb3742639
commit
e41e144d99
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ CProgress::CProgress ()
|
|||
HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED);
|
||||
|
||||
// instanciate the taskbar control COM object
|
||||
if (SUCCEEDED(hr)) CoCreateInstance(CLSID_TaskbarList, NULL, CLSCTX_INPROC_SERVER, IID_PPV_ARGS(&pTaskbarList));
|
||||
// if (SUCCEEDED(hr)) CoCreateInstance(CLSID_TaskbarList, NULL, CLSCTX_INPROC_SERVER, IID_PPV_ARGS(&pTaskbarList));
|
||||
#endif // TASKBAR_PROGRESS
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue