/ src / modules / imageresizer / dll / pch.h
pch.h
 1  #pragma once
 2  
 3  #ifndef STRICT
 4  #define STRICT
 5  #endif
 6  
 7  #define _ATL_APARTMENT_THREADED
 8  #define _ATL_NO_AUTOMATIC_NAMESPACE
 9  #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
10  #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
11  
12  #include "targetver.h"
13  #include "Generated Files/resource.h"
14  
15  #include <winrt/base.h>
16  #include <winrt/Windows.Foundation.h>
17  #include <winrt/Windows.Foundation.Collections.h>
18  #include <atlbase.h>
19  #include <atlcom.h>
20  #include <atlfile.h>
21  #include <atlstr.h>
22  #include <windows.h>
23  
24  #include <ShlObj.h>