mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
bootstrapper: use a dedicated solution (#5318)
This commit is contained in:
11
installer/PowerToysBootstrapper/bootstrapper/pch.h
Normal file
11
installer/PowerToysBootstrapper/bootstrapper/pch.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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>
|
||||
Reference in New Issue
Block a user