mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-16 04:29:16 +08:00
8431b80e48
Co-authored-by: Alexis Campailla <alexis@janeasystems.com> Co-authored-by: Bret Anderson <bretan@microsoft.com> Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com> Co-authored-by: Jaime Bernardo <jaime@janeasystems.com> Co-authored-by: Jeff Bogdan <jeffbog@microsoft.com> Co-authored-by: March Rogers <marchr@microsoft.com> Co-authored-by: Mike Harsh <mharsh@microsoft.com> Co-authored-by: Nachum Bundak <Nachum.Bundak@microsoft.com> Co-authored-by: Oliver Jones <ojones@microsoft.com> Co-authored-by: Patrick Little <plittle@microsoft.com>
27 lines
554 B
C++
27 lines
554 B
C++
#pragma once
|
|
#include <winrt/base.h>
|
|
#include <Windows.h>
|
|
#include <dxgi1_3.h>
|
|
#include <d3d11_2.h>
|
|
#include <d2d1_3.h>
|
|
#include <d2d1_3helper.h>
|
|
#include <d2d1helper.h>
|
|
#include <dwrite.h>
|
|
#include <dcomp.h>
|
|
#include <dwmapi.h>
|
|
#include <Shobjidl.h>
|
|
#include <Shlwapi.h>
|
|
#include <string>
|
|
#include <algorithm>
|
|
#include <chrono>
|
|
#include <mutex>
|
|
#include <thread>
|
|
#include <functional>
|
|
#include <condition_variable>
|
|
#include <stdexcept>
|
|
#include <tuple>
|
|
#include <unordered_set>
|
|
#include <string>
|
|
#include <common/common.h>
|
|
#include <ProjectTelemetry.h>
|