Symbols: Fixed #783
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user