mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 02:09:24 +08:00
6 lines
149 B
C
6 lines
149 B
C
|
#pragma once
|
||
|
|
||
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||
|
// Windows Header Files
|
||
|
#include <windows.h>
|