Browse Source

Symbols: Fixed #783

pull/886/head
Valentin Radu 4 years ago
parent
commit
e3f280548b
  1. 2
      ExplorerPatcher/symbols.c
  2. 2
      ExplorerPatcher/symbols.h

2
ExplorerPatcher/symbols.c

@ -241,7 +241,7 @@ DWORD DownloadSymbols(DownloadSymbolsParams* params)
TWINUI_PCSHELL_SB_CNT 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; DWORD dwZero = 0;
RegSetValueExW( RegSetValueExW(
hKey, hKey,

2
ExplorerPatcher/symbols.h

@ -18,7 +18,7 @@
#define TWINUI_PCSHELL_SB_5 "CLauncherTipContextMenu::_ExecuteCommand" #define TWINUI_PCSHELL_SB_5 "CLauncherTipContextMenu::_ExecuteCommand"
#define TWINUI_PCSHELL_SB_6 "CLauncherTipContextMenu::ShowLauncherTipContextMenu" #define TWINUI_PCSHELL_SB_6 "CLauncherTipContextMenu::ShowLauncherTipContextMenu"
#define TWINUI_PCSHELL_SB_7 "IsUndockedAssetAvailable" #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 TWINUI_PCSHELL_SB_CNT 9
#define STARTDOCKED_SB_NAME "StartDocked" #define STARTDOCKED_SB_NAME "StartDocked"
#define STARTDOCKED_SB_0 "StartDocked::LauncherFrame::ShowAllApps" // UNUSED #define STARTDOCKED_SB_0 "StartDocked::LauncherFrame::ShowAllApps" // UNUSED

Loading…
Cancel
Save