mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 17:09:28 +00:00
24906e6fa5
* FancyZones draw layout test tool * Fix formatting in resource file
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>
|