mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[DDK]
- Move tvout.h to PSDK. svn path=/branches/header-work/; revision=46435
This commit is contained in:
parent
9ac94def32
commit
0474c721c7
1 changed files with 24 additions and 34 deletions
|
@ -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;
|
Loading…
Reference in a new issue