Re: include/ddk: ntddcdvd.h structure naming, packing fixes
23 Jan
2012
23 Jan
'12
4:57 p.m.
Dan Kegel <dank(a)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(a)winehq.org
23 Jan
23 Jan
5:06 p.m.
New subject: include/ddk: ntddcdvd.h structure naming, packing fixes
On Mon, Jan 23, 2012 at 8:57 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Dan Kegel <dank(a)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.
That hunk probably isn't so important. I'll resend without it.
5075
Age (days ago)
5075
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Dan Kegel