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

This commit is contained in:
Michael Stefaniuc 2009-02-06 23:47:52 +01:00 committed by Alexandre Julliard
parent fb9b95b7a9
commit 2caf7b8669
1 changed files with 2 additions and 2 deletions

View File

@ -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