Added ListView_GetHeader macro.

diff --git a/include/commctrl.h b/include/commctrl.h
index 0fc8082..293a27d 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -3538,6 +3538,9 @@
 #define ListView_GetViewRect(hwndLV, prc) \
     (BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc))
 
+#define ListView_GetHeader(hwndLV) \
+    (HWND)SNDMSG((hwndLV),LVM_GETHEADER,0,0L)
+
 /* Tab Control */
 
 #define WC_TABCONTROLA		"SysTabControl32"