Module: wine Branch: master Commit: 2caf7b8669d05ac7e75f75288cb93a2fef51ef04 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2caf7b8669d05ac7e75f75288c...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Feb 6 23:47:52 2009 +0100
include: Change two DWORD to DWORD_PTR in vfw.h to match the DDK.
---
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