/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/FileLocksmith/FileLocksmithExt/pch.h
16 строк
389 B
ivanstosic-janea
[New PowerToy] File Locksmith (#20930)
28 окт 2022, 16:51
Не верифицирован
28 окт 2022, 16:51
db191b8
Код
Авторство
О чём код?
#pragma once // add headers that you want to pre-compile here #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files #include <Windows.h> #include <Shlwapi.h> #include <ShlObj_core.h> #include <atlbase.h> #include <commctrl.h> // C++ Standard library #include <atomic> #include <string> #include <filesystem> #include <fstream>