mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
17 lines
386 B
C++
17 lines
386 B
C++
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
#include <Unknwn.h>
|
|
#include <winrt/base.h>
|
|
#include <winrt/Windows.Foundation.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <ProjectTelemetry.h>
|
|
#include <TraceLoggingActivity.h>
|
|
#include <wil\common.h>
|
|
#include <wil\result.h>
|
|
|
|
|
|
namespace winrt
|
|
{
|
|
using namespace ::winrt;
|
|
} |