]> git.saurik.com Git - wxWidgets.git/commitdiff
always define HDS_HOTTRACK if it's not defined, not only for DMC (fixes WinCE compila...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2007 14:25:12 +0000 (14:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2007 14:25:12 +0000 (14:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 337446e740613c057f68f6afc32d642edb7c570c..f75c2d2b667bdeabc9ad9f167939f7211e49b141 100644 (file)
@@ -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