Files
PowerToys/src/modules/Hosts/HostsModuleInterface/pch.h

5 lines
92 B
C
Raw Normal View History

2022-10-13 13:05:43 +02:00
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ProjectTelemetry.h>