/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/FileLocksmith/FileLocksmithCLI/tests/pch.h
9 строк
180 B
Shawn Yuan
[File Locksmith] Add CLI support (#44047)
06 янв 2026, 10:59
Не верифицирован
06 янв 2026, 10:59
03aec1a
Код
Авторство
О чём код?
#pragma once #include <winrt/base.h> #include <Windows.h> #include <shellapi.h> #include <string> #include <vector> #include <iostream> #include <sstream> #include "CppUnitTest.h"