From: Vadim Zeitlin Date: Thu, 9 Mar 2000 16:22:51 +0000 (+0000) Subject: fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c5d3832cfeaa3a0c810d36aaca6de1dd782a6721?ds=inline fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 544beaee43..7904f4b673 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -52,7 +52,7 @@ #endif #ifndef LVM_SETEXTENDEDLISTVIEWSTYLE - #define LVM_SETEXTENDEDLISTVIEWSTYLE 0x1054 + #define LVM_SETEXTENDEDLISTVIEWSTYLE (0x1000 + 54) #endif #ifndef LVS_EX_FULLROWSELECT