include: Add new Vista SDK constants, fields and structures documented at http://ian.joeuser.com/index.asp?AID=738

Alexandre Julliard julliard at winehq.org
Mon Sep 11 03:59:38 CDT 2006


Francois Gouget <fgouget at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list