diff options
| author | Peihsun Yeh <[email protected]> | 2018-08-01 16:58:31 -0700 |
|---|---|---|
| committer | Peihsun Yeh <[email protected]> | 2018-08-01 16:58:31 -0700 |
| commit | edcb51e041d612e3fb8a0c0a9135d989c881ccc9 (patch) | |
| tree | c30b3e38242aac68061556481ddace96bee1a9ca /general/SimpleMediaSource/MediaSource/stdafx.h | |
| parent | a49f6121e1976979af7d6d8fc1f9af7acec9bcb2 (diff) | |
Creating custom media source solution and project (still needs driver)
Diffstat (limited to 'general/SimpleMediaSource/MediaSource/stdafx.h')
| -rw-r--r-- | general/SimpleMediaSource/MediaSource/stdafx.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/general/SimpleMediaSource/MediaSource/stdafx.h b/general/SimpleMediaSource/MediaSource/stdafx.h new file mode 100644 index 00000000..4702e47e --- /dev/null +++ b/general/SimpleMediaSource/MediaSource/stdafx.h @@ -0,0 +1,27 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +// Windows Header Files: +#include <windows.h> +#include <minwindef.h> +#include <ks.h> +#include <propvarutil.h> +//#include <mfstd.h> // Must be included before <initguid.h>, or else DirectDraw GUIDs will be defined twice. See the comment in <uuids.h>. +#include <ole2.h> +#include <initguid.h> +#include <mfapi.h> +#include <mferror.h> +#include <mfidl.h> +#include <mfreadwrite.h> +#include <nserror.h> +#include <winmeta.h> +#include <wrl.h> +#include <d3d9types.h> +#include <ksmedia.h> + +using namespace Microsoft::WRL; +using namespace Microsoft::WRL::Wrappers;
\ No newline at end of file |
