git-svn-id: https://svn.code.sf.net/p/kolmck/code@167 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2021-03-05 07:43:36 +00:00
parent ba615be61d
commit f74d2dee76
10 changed files with 126 additions and 121 deletions

View File

@ -109,7 +109,7 @@ begin
end; // with
end;
function FontDialogHook(Wnd: HWnd; Msg: UINT; WParam: WPARAM; LParam: LPARAM): UINT; stdcall;
function FontDialogHook(Wnd: HWnd; Msg: UINT; WParam: WPARAM; LParam: LPARAM): UINT_PTR; stdcall;
var
_Self : TKOLFontProperty;
R, R2, SR : TRect;