mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:26:01 +02:00
* fixed compilation on win64 by using LResult as result type of a window proc
git-svn-id: trunk@12779 -
This commit is contained in:
parent
d20080c3d6
commit
acba12517b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user