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
This commit is contained in:
@@ -134,6 +134,10 @@
|
|||||||
#define LVS_EX_SUBITEMIMAGES 0x00000002
|
#define LVS_EX_SUBITEMIMAGES 0x00000002
|
||||||
#endif
|
#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.
|
||||||
*/
|
*/
|
||||||
@@ -208,10 +212,6 @@
|
|||||||
#define HDM_GETITEMRECT (HDM_FIRST+7)
|
#define HDM_GETITEMRECT (HDM_FIRST+7)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HDN_GETDISPINFOW
|
|
||||||
#define HDN_GETDISPINFOW (HDN_FIRST-29)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef ListView_GetHeader
|
#ifndef ListView_GetHeader
|
||||||
#define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
|
#define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user