pch.h
1 #pragma once 2 #define WIN32_LEAN_AND_MEAN 3 #include <windows.h> 4 #include <shlwapi.h> 5 #include <stdexcept> 6 #include <winrt/base.h> 7 #include <filesystem> 8 #include <common/SettingsAPI/settings_helpers.h> 9 #include <common/logger/logger.h>