Alistair Leslie-Hughes leslie_alistair@hotmail.com writes:
@@ -1037,8 +1037,9 @@ TOOLTIPS_AddToolT (TOOLTIPS_INFO *infoPtr, const TTTOOLINFOW *ti, BOOL isW) infoPtr->hwndSelf, ti->hwnd, ti->uId, (ti->uFlags & TTF_IDISHWND) ? " TTF_IDISHWND" : "");
- if (ti->cbSize >= TTTOOLINFOW_V2_SIZE && !ti->lpszText && isW)
return FALSE;
- if ((ti->cbSize > TTTOOLINFOW_V2_SIZE &&
ti->cbSize != TTTOOLINFOW_V3_SIZE) && !ti->lpszText && isW)
return FALSE;
This doesn't make any sense.