From 0474c721c7749def8dc5c021dfc8f93f9e6b8ba9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 25 Mar 2010 12:37:44 +0000 Subject: [PATCH 1/1] [DDK] - Move tvout.h to PSDK. svn path=/branches/header-work/; revision=46435 --- include/{ddk => psdk}/tvout.h | 58 +++++++++++++++-------------------- 1 file changed, 24 insertions(+), 34 deletions(-) rename include/{ddk => psdk}/tvout.h (81%) diff --git a/include/ddk/tvout.h b/include/psdk/tvout.h similarity index 81% rename from include/ddk/tvout.h rename to include/psdk/tvout.h index d2e33c20aa0..817461406d5 100644 --- a/include/ddk/tvout.h +++ b/include/psdk/tvout.h @@ -20,14 +20,7 @@ * */ -#ifndef __TVOUT_H -#define __TVOUT_H - - -#if _MSC_VER > 1000 #pragma once -#endif - #ifndef GUID_DEFINED #include @@ -84,30 +77,27 @@ #define VP_CP_CMD_CHANGE 0x00000004 typedef struct _VIDEOPARAMETERS { - GUID Guid; - ULONG dwOffset; - ULONG dwCommand; - ULONG dwFlags; - ULONG dwMode; - ULONG dwTVStandard; - ULONG dwAvailableModes; - ULONG dwAvailableTVStandard; - ULONG dwFlickerFilter; - ULONG dwOverScanX; - ULONG dwOverScanY; - ULONG dwMaxUnscaledX; - ULONG dwMaxUnscaledY; - ULONG dwPositionX; - ULONG dwPositionY; - ULONG dwBrightness; - ULONG dwContrast; - ULONG dwCPType; - ULONG dwCPCommand; - ULONG dwCPStandard; - ULONG dwCPKey; - ULONG bCP_APSTriggerBits; - UCHAR bOEMCopyProtection[256]; -} VIDEOPARAMETERS, *PVIDEOPARAMETERS, FAR *LPVIDEOPARAMETERS; - - -#endif /* __TVOUT_H */ + GUID Guid; + ULONG dwOffset; + ULONG dwCommand; + ULONG dwFlags; + ULONG dwMode; + ULONG dwTVStandard; + ULONG dwAvailableModes; + ULONG dwAvailableTVStandard; + ULONG dwFlickerFilter; + ULONG dwOverScanX; + ULONG dwOverScanY; + ULONG dwMaxUnscaledX; + ULONG dwMaxUnscaledY; + ULONG dwPositionX; + ULONG dwPositionY; + ULONG dwBrightness; + ULONG dwContrast; + ULONG dwCPType; + ULONG dwCPCommand; + ULONG dwCPStandard; + ULONG dwCPKey; + ULONG bCP_APSTriggerBits; + UCHAR bOEMCopyProtection[256]; +} VIDEOPARAMETERS, *PVIDEOPARAMETERS, *LPVIDEOPARAMETERS; -- 2.17.1