Browse Source

+ added the win16api drag and drop support constants

git-svn-id: trunk@31781 -
nickysn 10 years ago
parent
commit
b06724e9fe
1 changed files with 5 additions and 0 deletions
  1. 5 0
      rtl/win16/wintypes.inc

+ 5 - 0
rtl/win16/wintypes.inc

@@ -1717,3 +1717,8 @@ const
   HTGROWBOX     = HTSIZE;
   HTGROWBOX     = HTSIZE;
   HTREDUCE      = HTMINBUTTON;
   HTREDUCE      = HTMINBUTTON;
   HTZOOM        = HTMAXBUTTON;
   HTZOOM        = HTMAXBUTTON;
+
+{ Drag-and-drop support }
+
+  WM_QUERYDRAGICON = $0037;
+  WM_DROPFILES     = $0233;