X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e229d82e0ecdef3b84c246a8eb4e976486f5c006..f196316400fd247a760b2ef77d5064b4e10e5471:/include/wx/msw/missing.h?ds=inline diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 337446e740..f75c2d2b66 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -231,6 +231,10 @@ typedef struct wxtagNMLVCUSTOMDRAW_ { #define HDN_GETDISPINFOW (HDN_FIRST-29) #endif +#ifndef HDS_HOTTRACK + #define HDS_HOTTRACK 4 +#endif + /* * In addition to the above, the following are required for several compilers. */ @@ -349,10 +353,6 @@ typedef struct _OSVERSIONINFOEX { #define NMHEADER HD_NOTIFY #endif -#ifndef HDS_HOTTRACK - #define HDS_HOTTRACK 4 -#endif - #ifndef HDS_FULLDRAG #define HDS_FULLDRAG 128 #endif