summaryrefslogtreecommitdiff
path: root/AVStream/avscamera/mft0/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'AVStream/avscamera/mft0/stdafx.h')
-rw-r--r--AVStream/avscamera/mft0/stdafx.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/AVStream/avscamera/mft0/stdafx.h b/AVStream/avscamera/mft0/stdafx.h
new file mode 100644
index 00000000..ef768c0b
--- /dev/null
+++ b/AVStream/avscamera/mft0/stdafx.h
@@ -0,0 +1,32 @@
+//// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
+//// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
+//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
+//// PARTICULAR PURPOSE.
+////
+//// Copyright (c) Microsoft Corporation. All rights reserved
+
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently,
+// but are changed infrequently
+
+#pragma once
+
+#ifndef STRICT
+#define STRICT
+#endif
+
+#include "targetver.h"
+
+#include <wrl.h>
+
+#include <initguid.h>
+#include <mfapi.h>
+#include <mfidl.h>
+#include <mferror.h>
+#include <ks.h>
+#include <ksmedia.h>
+#include <inspectable.h>
+#include <vector>
+
+
+using namespace Microsoft::WRL; \ No newline at end of file