While dragging, catch keyboard messages between WM_KEYFIRST and

WM_KEYLAST, not just WM_KEYFIRST.
This commit is contained in:
Louis Philippe Gagnon 2000-08-16 12:44:04 +00:00 committed by Alexandre Julliard
parent 391466dd8b
commit aa04597a91
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ HRESULT WINAPI DoDragDrop (
while (!trackerInfo.trackingDone && GetMessageA(&msg, 0, 0, 0) )
{
if ( (msg.message >= WM_KEYFIRST) &&
(msg.message <= WM_KEYFIRST) )
(msg.message <= WM_KEYLAST) )
{
/*
* When keyboard messages are sent to windows on this thread, we