include/ddk: ntddcdvd.h structure naming, packing fixes

Alexandre Julliard julliard at winehq.org
Mon Jan 23 10:57:23 CST 2012


Dan Kegel <dank at kegel.com> 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
julliard at winehq.org



More information about the wine-devel mailing list