mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
10 lines
113 B
C
10 lines
113 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "targetver.h"
|
||
|
|
|
||
|
|
#include <atlbase.h>
|
||
|
|
|
||
|
|
// Headers for CppUnitTest
|
||
|
|
#include "CppUnitTest.h"
|
||
|
|
|