added samples
[windows-sources.git] / sdk / samples / WPFSamples / AITCodec / cpp / precomp.hpp
blobd07e24ae717460fe5ed37b53cef70b2982ecc953
1 //----------------------------------------------------------------------------------------
2 // THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
3 // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
4 // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
5 // PARTICULAR PURPOSE.
6 //
7 // Copyright (c) Microsoft Corporation. All rights reserved.
8 //----------------------------------------------------------------------------------------
10 //----------------------------------------------------------------------------------------
11 // Description: Collection of precompiled headers for the TestCodec
12 //----------------------------------------------------------------------------------------
14 #pragma once
16 #include <windows.h>
17 #include <shellapi.h>
18 //#include <tchar.h>
19 #include <strsafe.h>
20 #include <winerror.h>
21 #include <comip.h>
22 #include <assert.h>
23 #include <vector>
24 #include <map>
26 #include <algorithm>
28 #include <typeinfo.h>
30 #include <wincodec.h>
31 #include <wincodecsdk.h>
33 #include "Utility.h"
35 #include "RegistryValueManager.h"
36 #include "AitCodecRegistryManager.h"
37 #include "ClassFactory.h"
38 #include "BaseDecoder.h"
39 #include "BaseEncoder.h"
40 #include "BasePixelFormatConverter.h"
42 #include "AitDecoder.h"
43 #include "AitEncoder.h"
44 #include "YCbCrPixelFormatConverter.h"
45 #include "CMYKPixelFormatConverter.h"