]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for DMC missing TVS_INFOTIP
authorChris Elliott <biol75@york.ac.uk>
Mon, 19 Jan 2004 15:54:05 +0000 (15:54 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 19 Jan 2004 15:54:05 +0000 (15:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 3caf5355f2b0df844771906ce75e7a0b2635732e..e90cbbc64813f7bdaf74ef11715cd033161e1c07 100644 (file)
@@ -430,6 +430,10 @@ typedef struct {
     #define TVM_SETTEXTCOLOR        (TV_FIRST + 30)
 #endif
 
     #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) 
 #ifndef TVN_GETINFOTIPA
     #define TVN_GETINFOTIPA    (TVN_FIRST-13)
     #define TVN_GETINFOTIPW    (TVN_FIRST-14)