From e3f280548bcd85d1d9979e41626edc23c769cc82 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 6 Feb 2022 20:20:38 +0200 Subject: [PATCH] Symbols: Fixed #783 --- ExplorerPatcher/symbols.c | 2 +- ExplorerPatcher/symbols.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExplorerPatcher/symbols.c b/ExplorerPatcher/symbols.c index 829362f..67d8a2a 100644 --- a/ExplorerPatcher/symbols.c +++ b/ExplorerPatcher/symbols.c @@ -241,7 +241,7 @@ DWORD DownloadSymbols(DownloadSymbolsParams* params) TWINUI_PCSHELL_SB_CNT )) { - printf("[Symbols] Hooking Win+C is not available in this build.\n"); + //printf("[Symbols] Hooking Win+C is not available in this build.\n"); DWORD dwZero = 0; RegSetValueExW( hKey, diff --git a/ExplorerPatcher/symbols.h b/ExplorerPatcher/symbols.h index eb6174a..5f10320 100644 --- a/ExplorerPatcher/symbols.h +++ b/ExplorerPatcher/symbols.h @@ -18,7 +18,7 @@ #define TWINUI_PCSHELL_SB_5 "CLauncherTipContextMenu::_ExecuteCommand" #define TWINUI_PCSHELL_SB_6 "CLauncherTipContextMenu::ShowLauncherTipContextMenu" #define TWINUI_PCSHELL_SB_7 "IsUndockedAssetAvailable" -#define TWINUI_PCSHELL_SB_8 "CLauncherTipContextMenu::ShowLauncherTipContextMenu" //"winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage" // should be always last +#define TWINUI_PCSHELL_SB_8 "winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage" // should be always last #define TWINUI_PCSHELL_SB_CNT 9 #define STARTDOCKED_SB_NAME "StartDocked" #define STARTDOCKED_SB_0 "StartDocked::LauncherFrame::ShowAllApps" // UNUSED