mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
We don't need to sort deeper layers, because they're being enumerated using explorer API and will appear in order anyway
7 lines
107 B
C
7 lines
107 B
C
#pragma once
|
|
|
|
#define NOMINMAX
|
|
#include "targetver.h"
|
|
|
|
#include <atlbase.h>
|
|
#include "CppUnitTestInclude.h" |