- Move tvout.h to PSDK.

svn path=/branches/header-work/; revision=46435
This commit is contained in:
Amine Khaldi 2010-03-25 12:37:44 +00:00
parent 9ac94def32
commit 0474c721c7

View file

@ -20,14 +20,7 @@
*
*/
#ifndef __TVOUT_H
#define __TVOUT_H
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef GUID_DEFINED
#include <guiddef.h>
@ -107,7 +100,4 @@ typedef struct _VIDEOPARAMETERS {
ULONG dwCPKey;
ULONG bCP_APSTriggerBits;
UCHAR bOEMCopyProtection[256];
} VIDEOPARAMETERS, *PVIDEOPARAMETERS, FAR *LPVIDEOPARAMETERS;
#endif /* __TVOUT_H */
} VIDEOPARAMETERS, *PVIDEOPARAMETERS, *LPVIDEOPARAMETERS;