mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +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"
|
|
|