mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 13:19:27 +02:00
+ added win16api user typedefs
git-svn-id: trunk@31709 -
This commit is contained in:
parent
b5092a68ae
commit
a516244e42
@ -1244,3 +1244,10 @@ const
|
||||
TRANSFORM_CTM = 4107;
|
||||
SET_CLIP_BOX = 4108;
|
||||
SET_BOUNDS = 4109;
|
||||
|
||||
type
|
||||
{ USER typedefs, structures, and functions }
|
||||
HWND = THandle;
|
||||
HMENU = THandle;
|
||||
HICON = THandle;
|
||||
HCURSOR = HICON; { HICONs & HCURSORs are polymorphic }
|
||||
|
Loading…
Reference in New Issue
Block a user