Bernhard Loos <[email protected]> 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 [email protected]
Bernhard Loos <[email protected]> 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 [email protected]