pinters: fixed compilation on win64

git-svn-id: trunk@19466 -
This commit is contained in:
vincents 2009-04-17 09:57:10 +00:00
parent b8b3270862
commit 443073a7a2

View File

@ -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