Open Watcom correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-12-16 14:10:24 +00:00
parent 06b042dc3d
commit 37c7aad682

View 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