pch.h
1 #pragma once 2 #define WIN32_LEAN_AND_MEAN 3 #include <windows.h> 4 #include <winrt/Windows.Foundation.h> 5 #include <winrt/Windows.Foundation.Collections.h> 6 #include <shellapi.h> 7 #include <Shlwapi.h>
1 #pragma once 2 #define WIN32_LEAN_AND_MEAN 3 #include <windows.h> 4 #include <winrt/Windows.Foundation.h> 5 #include <winrt/Windows.Foundation.Collections.h> 6 #include <shellapi.h> 7 #include <Shlwapi.h>