comctl32: Animation notifications should be posted not sent.

This commit is contained in:
Huw Davies 2008-03-11 12:43:12 +00:00 committed by Alexandre Julliard
parent 84a1a88c5a
commit 13d0803501
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ typedef struct
static void ANIMATE_Notify(const ANIMATE_INFO *infoPtr, UINT notif)
{
SendMessageW(infoPtr->hwndNotify, WM_COMMAND,
PostMessageW(infoPtr->hwndNotify, WM_COMMAND,
MAKEWPARAM(GetDlgCtrlID(infoPtr->hwndSelf), notif),
(LPARAM)infoPtr->hwndSelf);
}