pch.h
1 #pragma once 2 3 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers 4 #include <Unknwn.h> 5 #include <filesystem> 6 #include <Lmcons.h> 7 #include <shellapi.h> 8 #include <sddl.h> 9 #include <winrt/base.h> 10 #include <winrt/Windows.Foundation.h> 11 #include <winrt/Windows.Foundation.Collections.h> 12 13 #include <wil\common.h> 14 #include <wil\result.h> 15 #include <wil\resource.h>