vcl-styles-utils
vcl-styles-utils copied to clipboard
TSysToolbarStyleHook.ApplyImageList Exception.
Hi,
Change to avoid exception on Delphi 11.
procedure TSysToolbarStyleHook.ApplyImageList;
var
//H: Cardinal;
H: NativeInt;
...
Hit this today as well. Alternately H could be defined as a THandle.