mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
[AlwaysOnTop] Proof of concept (#14360)
Co-authored-by: Niels Laute <niels.laute@live.nl>
This commit is contained in:
7
src/modules/alwaysontop/AlwaysOnTop/pch.h
Normal file
7
src/modules/alwaysontop/AlwaysOnTop/pch.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <winrt/base.h>
|
||||
#include <wil/resource.h>
|
||||
#include <ProjectTelemetry.h>
|
||||
#include <common/logger/logger.h>
|
||||
Reference in New Issue
Block a user