PowerToys/installer/PowerToysBootstrapper/bootstrapper/pch.h
2020-08-05 17:20:50 +03:00

11 lines
190 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <shellapi.h>
#include <string_view>
#include <optional>
#include <fstream>
#include <wil/resource.h>
#include <Msi.h>