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