Alexandre Julliard julliard@winehq.org writes:
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.
This website is absolutely outdated. Take a look at the current (build 5536) Windows SDK headers and you'll see, that e. g. the hbmp member of the TTTOOLINFO struct has been removed again.
Regards Timo