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