From 03de0ad43959765b6b86566999469090a25b0bd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 17 Jun 2005 10:34:49 +0000 Subject: [PATCH] Adjust to different platform headers distributed with DMC (build fix after recent change in msw/treectrl.cpp). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index a81419d710..1e17b405d0 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -198,6 +198,10 @@ #define TVM_SETTEXTCOLOR (TV_FIRST + 30) #endif +#ifndef TVITEM + #define TVITEM TV_ITEM +#endif + #endif // DMC++ @@ -225,4 +229,3 @@ #endif // _WX_MISSING_H_ - -- 2.45.2