/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/Workspaces/WorkspacesLib/StringUtils.h
10 строк
183 B
Kai Tao
Workspaces: PWA apps should not necessarily configure profile to launch. (#39971)
17 июн 2025, 10:39
Не верифицирован
17 июн 2025, 10:39
c487638
Код
Авторство
О чём код?
#pragma once #include <string> #include <algorithm> #include <cwctype> namespace StringUtils { bool CaseInsensitiveEquals(const std::wstring& str1, const std::wstring& str2); }