diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-12-29 18:59:40 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-12-29 18:59:40 +0100 |
commit | a73f5340a2d12537437479317bdf351715991c12 (patch) | |
tree | a971d86ad2f88dbd7503bf2186080c72221d82ca /sdk/dx8sdk/Include/atsmedia.h | |
parent | More menu error sound fix (diff) | |
download | re3-a73f5340a2d12537437479317bdf351715991c12.tar re3-a73f5340a2d12537437479317bdf351715991c12.tar.gz re3-a73f5340a2d12537437479317bdf351715991c12.tar.bz2 re3-a73f5340a2d12537437479317bdf351715991c12.tar.lz re3-a73f5340a2d12537437479317bdf351715991c12.tar.xz re3-a73f5340a2d12537437479317bdf351715991c12.tar.zst re3-a73f5340a2d12537437479317bdf351715991c12.zip |
Diffstat (limited to '')
-rw-r--r-- | sdk/dx8sdk/Include/atsmedia.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sdk/dx8sdk/Include/atsmedia.h b/sdk/dx8sdk/Include/atsmedia.h deleted file mode 100644 index 3e268a55..00000000 --- a/sdk/dx8sdk/Include/atsmedia.h +++ /dev/null @@ -1,34 +0,0 @@ -//------------------------------------------------------------------------------ -// File: ATSMedia.h -// -// Desc: Broadcast Driver Architecture Media Definitions for ATSC -// -// Copyright (c) 1996-2001, Microsoft Corporation. All rights reserved. -//------------------------------------------------------------------------------ - - -#if !defined(_KSMEDIA_) -#error KSMEDIA.H must be included before BDAMEDIA.H -#endif // !defined(_KSMEDIA_) - -#if !defined(_BDAMEDIA_) -#error BDAMEDIA.H must be included before ATSCMEDIA.H -#endif // !defined(_KSMEDIA_) - -#if !defined(_ATSCMEDIA_) -#define _ATSCMEDIA_ - - -//=========================================================================== -// -// ATSC Network Type -// -//=========================================================================== - -#define STATIC_BDANETWORKTYPE_ATSC\ - 0x71985f51, 0x1ca1, 0x11d3, 0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0 -DEFINE_GUIDSTRUCT("71985F51-1CA1-11d3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC); -#define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC) - - -#endif // _ATSCMEDIA_ |