include: Change two DWORD to DWORD_PTR in vfw.h to match the DDK.

Michael Stefaniuc mstefani at redhat.de
Fri Feb 6 16:47:52 CST 2009


---
This struct is not used in Wine so no fallout due to this change.


 include/vfw.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vfw.h b/include/vfw.h
index 2751ef5..ed62545 100644
--- a/include/vfw.h
+++ b/include/vfw.h
@@ -1686,9 +1686,9 @@ typedef struct videohdr_tag {
     DWORD       dwBufferLength;
     DWORD       dwBytesUsed;
     DWORD       dwTimeCaptured;
-    DWORD       dwUser;
+    DWORD_PTR   dwUser;
     DWORD       dwFlags;
-    DWORD       dwReserved[4];
+    DWORD_PTR   dwReserved[4];
 } VIDEOHDR, *PVIDEOHDR, *LPVIDEOHDR;
 
 #define VHDR_DONE       0x00000001
-- 
1.6.1.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090206/da82f2da/attachment.pgp 


More information about the wine-patches mailing list