Commit 2caf7b86 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent fb9b95b7
...@@ -1686,9 +1686,9 @@ typedef struct videohdr_tag { ...@@ -1686,9 +1686,9 @@ typedef struct videohdr_tag {
DWORD dwBufferLength; DWORD dwBufferLength;
DWORD dwBytesUsed; DWORD dwBytesUsed;
DWORD dwTimeCaptured; DWORD dwTimeCaptured;
DWORD dwUser; DWORD_PTR dwUser;
DWORD dwFlags; DWORD dwFlags;
DWORD dwReserved[4]; DWORD_PTR dwReserved[4];
} VIDEOHDR, *PVIDEOHDR, *LPVIDEOHDR; } VIDEOHDR, *PVIDEOHDR, *LPVIDEOHDR;
#define VHDR_DONE 0x00000001 #define VHDR_DONE 0x00000001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment