+ added win16api user typedefs

git-svn-id: trunk@31709 -
This commit is contained in:
nickysn 2015-09-16 12:52:56 +00:00
parent b5092a68ae
commit a516244e42

View File

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