mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* Change Message function return type to be Win64 compatible
git-svn-id: trunk@17304 -
This commit is contained in:
parent
5595aafa90
commit
9420a8ddf4
@ -139,7 +139,7 @@ unit wincrt;
|
||||
ctrlkey : boolean = false;
|
||||
shiftkey : boolean = false;
|
||||
|
||||
function msghandler(Window: HWnd; AMessage:UInt; WParam : WParam; LParam: LParam): Longint; stdcall;
|
||||
function msghandler(Window: HWnd; AMessage:UInt; WParam : WParam; LParam: LParam): LResult; stdcall;
|
||||
|
||||
begin
|
||||
case amessage of
|
||||
|
@ -125,7 +125,7 @@ unit winmouse;
|
||||
Windows.ShowCursor(false);
|
||||
end;
|
||||
|
||||
function msghandler(Window: HWnd; AMessage:UInt; WParam : WParam; LParam: LParam): Longint; stdcall;
|
||||
function msghandler(Window: HWnd; AMessage:UInt; WParam : WParam; LParam: LParam): LResult; stdcall;
|
||||
|
||||
begin
|
||||
{ we catch the double click messages here too, }
|
||||
|
Loading…
Reference in New Issue
Block a user