mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 02:19:50 +02:00
pinters: fixed compilation on win64
git-svn-id: trunk@19466 -
This commit is contained in:
parent
b8b3270862
commit
443073a7a2
@ -34,7 +34,7 @@ interface
|
|||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Types, Classes, SysUtils, LCLType, Printers;
|
Windows, Types, Classes, SysUtils, LCLType, Printers;
|
||||||
|
|
||||||
const
|
const
|
||||||
{$i winutilprnconst.inc}
|
{$i winutilprnconst.inc}
|
||||||
@ -63,7 +63,7 @@ type
|
|||||||
wDefault: Word;
|
wDefault: Word;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TFcntHook = function(Wnd: HWND; uiMsg: UINT; wParam: WPARAM; lParam: LPARAM): UINT stdcall;
|
TFcntHook = function(Wnd: HWND; uiMsg: UINT; wParam: WPARAM; lParam: LPARAM): UINT_PTR; stdcall;
|
||||||
|
|
||||||
|
|
||||||
tagPSD= packed record
|
tagPSD= packed record
|
||||||
|
Loading…
Reference in New Issue
Block a user