PowerToys/src/modules/launcher/Microsoft.Launcher/pch.h
ryanbodrug-microsoft 640fade438 merge master
2020-05-06 00:49:46 -07:00

9 lines
249 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <common/common.h>
#include <ProjectTelemetry.h>
#include <shellapi.h>
#include <Shlwapi.h>