X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e06a15fc2f2144f7161dc813941e5c5ccd41132..a3e0efb6a492c28c50b9d9db612424490952a6cc:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 8bbad72d99..ec4de67ffe 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -219,7 +219,8 @@ typedef struct wxtagNMLVCUSTOMDRAW_ { #define LVS_EX_FULLROWSELECT 0x00000020 #endif -#ifndef LVS_EX_LABELTIP +// LVS_EX_LABELTIP is not supported by Windows CE, don't define it there +#if !defined(LVS_EX_LABELTIP) && !defined(__WXWINCE__) #define LVS_EX_LABELTIP 0x00004000 #endif @@ -234,6 +235,9 @@ typedef struct wxtagNMLVCUSTOMDRAW_ { #ifndef HDS_HOTTRACK #define HDS_HOTTRACK 4 #endif +#ifndef HDS_FLAT + #define HDS_FLAT 0x0200 +#endif #ifndef HDF_SORTUP #define HDF_SORTUP 0x0400 @@ -358,10 +362,14 @@ typedef struct _OSVERSIONINFOEX { #define NMHEADER HD_NOTIFY #endif +#ifndef HDS_DRAGDROP + #define HDS_DRAGDROP 0x0040 +#endif #ifndef HDS_FULLDRAG - #define HDS_FULLDRAG 128 + #define HDS_FULLDRAG 0x0080 #endif + #ifndef HDN_BEGINDRAG #define HDN_BEGINDRAG (HDN_FIRST - 11) #endif