mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 16:19:22 +02:00
wince interface: fixed lock in AppProcessMessages from Rozbeh
git-svn-id: trunk@10615 -
This commit is contained in:
parent
ff7a9a5c84
commit
29fb86d1b8
@ -319,6 +319,10 @@ Begin
|
||||
DispatchMessage(@AMessage);
|
||||
end;
|
||||
end;
|
||||
|
||||
if FWaitHandleCount = 0 then
|
||||
break;
|
||||
|
||||
end
|
||||
else
|
||||
if retVal = WAIT_TIMEOUT then
|
||||
|
Loading…
Reference in New Issue
Block a user