https://git.reactos.org/?p=reactos.git;a=commitdiff;h=74ca0a12ad5df16195622c015b628f1f6cb10c8a
commit 74ca0a12ad5df16195622c015b628f1f6cb10c8a Author: Katayama Hirofumi MZ <[email protected]> AuthorDate: Wed Jul 12 22:36:42 2023 +0900 Commit: Katayama Hirofumi MZ <[email protected]> CommitDate: Wed Jul 12 22:36:42 2023 +0900 [SHELL32] Follow-up of #5420 (9a1487f); Delete word 'immediately' CORE-18663 --- dll/win32/shell32/CDefView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/CDefView.cpp b/dll/win32/shell32/CDefView.cpp index 708ce00e060..73d0f657f7c 100644 --- a/dll/win32/shell32/CDefView.cpp +++ b/dll/win32/shell32/CDefView.cpp @@ -2618,7 +2618,7 @@ HRESULT WINAPI CDefView::DestroyViewWindow() { HANDLE hOldThread = m_hUpdateStatusbarThread; - // Assigning NULL to m_hUpdateStatusbarThread will terminate the target thread immediately + // Assigning NULL to m_hUpdateStatusbarThread will terminate the target thread m_hUpdateStatusbarThread = NULL; ::WaitForSingleObject(hOldThread, INFINITE);
