pch.h
1 #pragma once 2 #define WIN32_LEAN_AND_MEAN 3 #include <Windows.h> 4 #include <shlwapi.h> 5 #include <stdexcept> 6 #include <unordered_set> 7 #include "winrt/Windows.Foundation.h"
1 #pragma once 2 #define WIN32_LEAN_AND_MEAN 3 #include <Windows.h> 4 #include <shlwapi.h> 5 #include <stdexcept> 6 #include <unordered_set> 7 #include "winrt/Windows.Foundation.h"