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