]> git.saurik.com Git - wxWidgets.git/commitdiff
Open Watcom correction
authorJulian Smart <julian@anthemion.co.uk>
Tue, 16 Dec 2003 14:10:24 +0000 (14:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 16 Dec 2003 14:10:24 +0000 (14:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index 3c062e04f0867c65c955be0334c81d0fe6cd4e65..3caf5355f2b0df844771906ce75e7a0b2635732e 100644 (file)
@@ -430,6 +430,11 @@ typedef struct {
     #define TVM_SETTEXTCOLOR        (TV_FIRST + 30)
 #endif
 
+#ifndef TVN_GETINFOTIPA
+    #define TVN_GETINFOTIPA    (TVN_FIRST-13)
+    #define TVN_GETINFOTIPW    (TVN_FIRST-14) 
+#endif
+
 #ifndef TVN_GETINFOTIP
     #ifdef UNICODE
         #define TVN_GETINFOTIP TVN_GETINFOTIPW