diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index c2754e68cb..ec4de67ffe 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -235,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 @@ -365,9 +368,6 @@ typedef struct _OSVERSIONINFOEX { #ifndef HDS_FULLDRAG #define HDS_FULLDRAG 0x0080 #endif -#ifndef HDS_FLAT - #define HDS_FLAT 0x0200 -#endif #ifndef HDN_BEGINDRAG