From 8d8b257c4e2227fad25a43e7a4a0ef29f87df0c3 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 19 Jan 2004 15:54:05 +0000 Subject: [PATCH] fix for DMC missing TVS_INFOTIP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 3caf5355f2..e90cbbc648 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -430,6 +430,10 @@ typedef struct { #define TVM_SETTEXTCOLOR (TV_FIRST + 30) #endif +#ifndef TVS_INFOTIP + #define TVS_INFOTIP 2048 +#endif + #ifndef TVN_GETINFOTIPA #define TVN_GETINFOTIPA (TVN_FIRST-13) #define TVN_GETINFOTIPW (TVN_FIRST-14) -- 2.45.2