fixes for compilation without wxUSE_TOOLTIPS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-06 23:28:53 +00:00
parent 462e243784
commit cb1a1dc963
3 changed files with 18 additions and 0 deletions

View File

@@ -27,6 +27,8 @@
#include "wx/wx.h"
#endif
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#include "wx/msw/private.h"
@@ -196,3 +198,5 @@ void wxToolTip::SetTip(const wxString& tip)
(void)SendTooltipMessage(GetToolTipCtrl(), TTM_UPDATETIPTEXT, 0, &ti);
}
}
#endif // wxUSE_TOOLTIPS