Skip to content

Commit

Permalink
[SHELL32] Follow-up of reactos#5420 (9a1487f); Delete word 'immediately'
Browse files Browse the repository at this point in the history
CORE-18663
  • Loading branch information
katahiromz committed Jul 12, 2023
1 parent 9a1487f commit 74ca0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/win32/shell32/CDefView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 74ca0a1

Please sign in to comment.