Added header control cursors and drag list arrow icon.

diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h
index a0d861c..4f559ce 100644
--- a/dlls/comctl32/comctl32.h
+++ b/dlls/comctl32/comctl32.h
@@ -70,6 +70,16 @@
 
 #define IDT_CHECK        401
 
+
+/* Header cursors */
+#define IDC_DIVIDER                     106
+#define IDC_DIVIDEROPEN                 107
+
+
+/* DragList icon */
+#define IDI_DRAGARROW                   150
+
+
 /* Internal function */
 HWND COMCTL32_CreateToolTip (HWND);