[PATCH 2/7] include/ntddcdvd.h: add a missing definition (resend)

Dan Kegel dank at kegel.com
Fri Feb 10 14:30:28 CST 2012


---
 include/ddk/ntddcdvd.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/ddk/ntddcdvd.h b/include/ddk/ntddcdvd.h
index 5313496..550194b 100644
--- a/include/ddk/ntddcdvd.h
+++ b/include/ddk/ntddcdvd.h
@@ -51,6 +51,11 @@ typedef ULONG DVD_SESSION_ID, *PDVD_SESSION_ID;
 
 #include <pshpack1.h>
 
+typedef struct _DVD_DESCRIPTOR_HEADER {
+    USHORT Length;
+    UCHAR Reserved[2];
+} DVD_DESCRIPTOR_HEADER, *PDVD_DESCRIPTOR_HEADER;
+
 typedef struct _DVD_COPY_PROTECT_KEY {
     ULONG KeyLength;
     DVD_SESSION_ID SessionId;
-- 
1.7.9




More information about the wine-patches mailing list