From a516244e4297da8e6b6482646387566aa70adb38 Mon Sep 17 00:00:00 2001 From: nickysn Date: Wed, 16 Sep 2015 12:52:56 +0000 Subject: [PATCH] + added win16api user typedefs git-svn-id: trunk@31709 - --- rtl/win16/wintypes.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rtl/win16/wintypes.inc b/rtl/win16/wintypes.inc index 32097103a5..09162c3bbd 100644 --- a/rtl/win16/wintypes.inc +++ b/rtl/win16/wintypes.inc @@ -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 }