* fix WndProcCMExec (for get result from Thread.Synchronize{Ex})

git-svn-id: https://svn.code.sf.net/p/kolmck/code@158 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2017-03-17 06:40:45 +00:00
parent d7bddcdede
commit 2d5e3f5680

View File

@@ -26530,6 +26530,7 @@ begin
Rslt := Thread.FMethodEx(Thread, Pointer(Msg.wParam))
else
Rslt := Thread.FMethod();
Result := True;
end;
end;