Skip to content

Commit 9326da9

Browse files
madewokherdrbernon
authored andcommitted
Revert "win32u: Add support for raising EVENT_OBJECT_DESTROY events on windows."
This reverts commit d02075f.
1 parent e417910 commit 9326da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlls/win32u/window.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4704,7 +4704,6 @@ static void send_destroy_message( HWND hwnd )
47044704
if (hwnd == NtUserGetClipboardOwner()) release_clipboard_owner( hwnd );
47054705

47064706
send_message( hwnd, WM_DESTROY, 0, 0);
4707-
NtUserNotifyWinEvent( EVENT_OBJECT_DESTROY, hwnd, OBJID_WINDOW, 0 );
47084707

47094708
/*
47104709
* This WM_DESTROY message can trigger re-entrant calls to DestroyWindow

0 commit comments

Comments
 (0)