Selaa lähdekoodia

+ added the win16api drag and drop support constants

git-svn-id: trunk@31781 -
nickysn 10 vuotta sitten
vanhempi
commit
b06724e9fe
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      rtl/win16/wintypes.inc

+ 5 - 0
rtl/win16/wintypes.inc

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