summaryrefslogtreecommitdiff
path: root/AVStream/sampledevicemft/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'AVStream/sampledevicemft/stdafx.h')
-rw-r--r--AVStream/sampledevicemft/stdafx.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/AVStream/sampledevicemft/stdafx.h b/AVStream/sampledevicemft/stdafx.h
deleted file mode 100644
index 9f4bab9f..00000000
--- a/AVStream/sampledevicemft/stdafx.h
+++ /dev/null
@@ -1,39 +0,0 @@
-//
-// Copyright (C) Microsoft. All rights reserved.
-//
-#pragma once
-
-
-#include <SDKDDKVer.h>
-#include <windows.h>
-#include <winnt.h>
-#include <tchar.h>
-#include <comdef.h>
-#include <initguid.h>
-#include <ks.h>
-#include <ksmedia.h>
-#include <Strsafe.h>
-#include <wchar.h>
-#include <stdio.h>
-#include <assert.h>
-#include <mfidl.h>
-#include <wincodec.h>
-#include <mfapi.h>
-#include <mftransform.h>
-#include <mfidl.h>
-#include <mferror.h>
-#include <mftransform.h>
-#include <time.h>
-#include <initguid.h>
-#include <d3d9.h>
-#include <dxva2api.h>
-#include <d3d11.h>
-#include <mfcaptureengine.h>
-#include <new>
-#include <vector>
-#include <map>
-using namespace std;
-#include <Windows.Foundation.h>
-#include <wrl\client.h>
-using namespace ABI::Windows::Foundation;
-using namespace Microsoft::WRL;