We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e417910 commit 9326da9Copy full SHA for 9326da9
dlls/win32u/window.c
@@ -4704,7 +4704,6 @@ static void send_destroy_message( HWND hwnd )
4704
if (hwnd == NtUserGetClipboardOwner()) release_clipboard_owner( hwnd );
4705
4706
send_message( hwnd, WM_DESTROY, 0, 0);
4707
- NtUserNotifyWinEvent( EVENT_OBJECT_DESTROY, hwnd, OBJID_WINDOW, 0 );
4708
4709
/*
4710
* This WM_DESTROY message can trigger re-entrant calls to DestroyWindow
0 commit comments