Remnant CoInitialize comment
Change-Id: I33b328e4b2c85a6260d068ce5d9504dfdb201f89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95495 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
8ad4ec9eea
commit
f2dd07d30e
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ unsigned int WINAPI CMtaOleClipboard::clipboardChangedNotifierThreadProc( LPVOID
|
|||
// a boolean variable like m_bRun...
|
||||
while ( pInst->m_bRunClipboardNotifierThread )
|
||||
{
|
||||
// process window messages because of CoInitialize
|
||||
// process window messages because of CoInitializeEx
|
||||
MSG Msg;
|
||||
while (PeekMessageW(&Msg, nullptr, 0, 0, PM_REMOVE))
|
||||
DispatchMessageW(&Msg);
|
||||
|
|
Loading…
Reference in a new issue