* fixed compilation on win64 by using LResult as result type of a window proc

git-svn-id: trunk@12779 -
This commit is contained in:
Vincent Snijders 2009-02-23 20:29:08 +00:00
parent d20080c3d6
commit acba12517b

View File

@ -19,7 +19,7 @@ var
{ event that happens when gui thread is done executing the method
}
function ThreadWndProc(Window: HWnd; AMessage:UInt; WParam : WParam; LParam: LParam): Longint; {$ifdef wince}cdecl{$else}stdcall{$endif};
function ThreadWndProc(Window: HWnd; AMessage:UInt; WParam : WParam; LParam: LParam): LResult; {$ifdef wince}cdecl{$else}stdcall{$endif};
begin
case AMessage of