From 56b18fda9452fc39ba91f4060a39721db7e2f437 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 3 Dec 2008 23:20:35 +0000 Subject: [PATCH] define HDS_FLAT not defined in VC6 headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index f0d8d85667..c2754e68cb 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -365,6 +365,9 @@ typedef struct _OSVERSIONINFOEX { #ifndef HDS_FULLDRAG #define HDS_FULLDRAG 0x0080 #endif +#ifndef HDS_FLAT + #define HDS_FLAT 0x0200 +#endif #ifndef HDN_BEGINDRAG