From: Julian Smart Date: Tue, 7 Mar 2006 16:21:37 +0000 (+0000) Subject: Reordered symbols since MinGW wasn't getting HDN_GETDISPINFOW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06525673566db052e7c336372d827c7361647096 Reordered symbols since MinGW wasn't getting HDN_GETDISPINFOW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 451b364611..ea8cd99c93 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -134,6 +134,10 @@ #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. */ @@ -208,10 +212,6 @@ #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