Changed: #869 Crash when updating Windows 7 progress bar
This commit is contained in:
parent
c625dc8d90
commit
487158042f
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