mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
9 lines
112 B
C
9 lines
112 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "targetver.h"
|
||
|
|
|
||
|
|
#include <atlbase.h>
|
||
|
|
|
||
|
|
// Headers for CppUnitTest
|
||
|
|
#include "CppUnitTest.h"
|