#include "wx/wx.h"
#endif
+#if wxUSE_TOOLTIPS
+
#include "wx/tooltip.h"
#include "wx/msw/private.h"
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
#include <commctrl.h>
+#endif
// ----------------------------------------------------------------------------
// private classes
(void)SendTooltipMessage(GetToolTipCtrl(), TTM_UPDATETIPTEXT, 0, &ti);
}
}
+
+#endif // wxUSE_TOOLTIPS