ADD: HWND type definition

This commit is contained in:
Alexander Koblov 2025-03-28 23:15:11 +03:00
commit 9de6dd5593

View file

@ -66,6 +66,7 @@ type ttimeformat=record
ptimeformat=^ttimeformat;
type HBITMAP = type THandle;
HWND = type THandle;
{ Function prototypes: Functions need to be defined exactly like this!}