From 8eb4d1a1f1943f7d6206706015ce95c8b92723d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Dec 2008 12:08:16 +0000 Subject: [PATCH] define HDS_FLAT outside of __DMC__ section so that it's really visible by VC6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.0