git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6762
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
ttText->lpszText = (wxChar *)help.c_str();
}
{
ttText->lpszText = (wxChar *)help.c_str();
}
-#if (_WIN32_IE >= 0x0300)
- // FIXME this is a temp hack only until I understand better what
- // must be done in both ANSI and Unicode builds
+ // VZ: I don't know why it happens, but the versions of
+ // comctl32.dll starting from 4.70 sometimes send TTN_NEEDTEXTW
+ // even to ANSI programs (normally, this message is supposed
+ // to be sent to Unicode programs only) - hence we need to
+ // handle it as well, otherwise no tooltips will be shown in
+ // this case
size_t lenAnsi = help.Len();
#ifdef __MWERKS__
size_t lenAnsi = help.Len();
#ifdef __MWERKS__
-#endif // _WIN32_IE >= 0x0300
}
// For backward compatibility...
}
// For backward compatibility...