]> git.saurik.com Git - wxWidgets.git/commitdiff
Reordered symbols since MinGW wasn't getting HDN_GETDISPINFOW
authorJulian Smart <julian@anthemion.co.uk>
Tue, 7 Mar 2006 16:21:37 +0000 (16:21 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 7 Mar 2006 16:21:37 +0000 (16:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 451b3646113a4fc1f443ce089a47030ec6776149..ea8cd99c930aaef5a5a5d3007c113e4f56672416 100644 (file)
     #define LVS_EX_SUBITEMIMAGES 0x00000002
 #endif
 
     #define LVS_EX_SUBITEMIMAGES 0x00000002
 #endif
 
+#ifndef HDN_GETDISPINFOW
+    #define HDN_GETDISPINFOW (HDN_FIRST-29)
+#endif
+
  /*
   * In addition to the above, the following are required for several compilers.
   */
  /*
   * In addition to the above, the following are required for several compilers.
   */
     #define HDM_GETITEMRECT (HDM_FIRST+7)
 #endif
 
     #define HDM_GETITEMRECT (HDM_FIRST+7)
 #endif
 
-#ifndef HDN_GETDISPINFOW
-    #define HDN_GETDISPINFOW (HDN_FIRST-29)
-#endif
-
 #ifndef ListView_GetHeader
     #define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
 #endif
 #ifndef ListView_GetHeader
     #define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
 #endif