This commit is contained in:
Vincent Wei
2020-02-25 16:20:31 +08:00
parent c9d1a47a32
commit 6dd8235d90
+2 -2
View File
@@ -251,11 +251,11 @@ void GUIAPI NotifyParentEx (HWND hwnd, LINT id, int code, DWORD add_data)
return;
}
#if 1 /* Since 5.0.0, use NotifyWindow */
if (NotifyWindow (parent, id, code, add_data)) {
_DBG_PRINTF ("failed to notify parent window (%p)\n", parent);
}
#if 0 /* deprecated code */
#else /* deprecated code */
NOTIFPROC notif_proc;
notif_proc = GetNotificationCallback (hwnd);