Francois Gouget fgouget@free.fr writes:
@@ -1707,6 +1732,7 @@ typedef struct tagTOOLINFOA { LPSTR lpszText; LPARAM lParam; void *lpReserved;
- HBITMAP hbmp;
} TTTOOLINFOA, *LPTOOLINFOA, *PTOOLINFOA, *LPTTTOOLINFOA;
I don't think our code is going to handle this properly. Before extending the structures we need to fix places that depend on the size of the old type.