pch.h
1 #pragma once 2 3 #define WIN32_LEAN_AND_MEAN 4 #include <windows.h> 5 #include <strsafe.h> 6 #include <hIdUsage.h> 7 #include <shellapi.h> 8 9 #include <thread> 10 11 #include <winrt/Windows.Foundation.Collections.h> 12 #include <common/SettingsAPI/settings_helpers.h> 13 #include <common/logger/logger.h>