mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 01:59:43 +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}
|
||||
|
||||
uses
|
||||
Types, Classes, SysUtils, LCLType, Printers;
|
||||
Windows, Types, Classes, SysUtils, LCLType, Printers;
|
||||
|
||||
const
|
||||
{$i winutilprnconst.inc}
|
||||
@ -63,7 +63,7 @@ type
|
||||
wDefault: Word;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user