[PATCH 2/8] msi: make WHEREVIEW able to deal directly with multiple tables

Alexandre Julliard julliard at winehq.org
Thu Aug 25 07:34:27 CDT 2011


Bernhard Loos <bernhardloos at googlemail.com> writes:

> +/* below is the query interface to a table */
> +
>  typedef struct tagMSIROWENTRY
>  {
> -    UINT value;
> +    UINT values[0];

Zero-size arrays are not portable.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list