/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/MouseUtils/FindMyMouse/pch.h
26 строк
688 B
Kai Tao
[Find My Mouse] Adding transparency support for spotlight (#41701)
26 сен 2025, 08:03
Не верифицирован
26 сен 2025, 08:03
aef4648
Код
Авторство
О чём код?
#pragma once #define COMPOSITION #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <windows.h> #include <strsafe.h> #include <hIdUsage.h> // Required for IUnknown and DECLARE_INTERFACE_* used by interop headers #include <Unknwn.h> #ifdef COMPOSITION #include <DispatcherQueue.h> #include <winrt/Windows.System.h> #include <winrt/Windows.Foundation.h> #include <winrt/Microsoft.UI.Composition.h> #include <winrt/Microsoft.UI.h> #include <winrt/Windows.UI.h> #endif #include <winrt/Windows.Foundation.Collections.h> #include <common/SettingsAPI/settings_helpers.h> #include <common/logger/logger.h> #ifdef GetCurrentTime #undef GetCurrentTime #endif