Dan Kegel <[email protected]> writes: > @@ -61,7 +63,7 @@ typedef struct _DVD_COPY_PROTECT_KEY { > } s; > LARGE_INTEGER TitleOffset; > } Parameters; > - UCHAR KeyData[1]; > + UCHAR KeyData[0];
That's not portable. -- Alexandre Julliard [email protected]
