1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Compatibility with OS build 22449.1000 (x64)

This commit is contained in:
Valentin Radu 2021-09-03 04:28:13 +03:00
parent 2e1eb62318
commit ea65f7cf76
2 changed files with 8 additions and 8 deletions

View File

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 22000,168,0,15
PRODUCTVERSION 22000,168,0,15
FILEVERSION 22449,1000,0,16
PRODUCTVERSION 22449,1000,0,16
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "VALINET Solutions SRL"
VALUE "FileDescription", "ExplorerPatcher"
VALUE "FileVersion", "22000.168.0.15"
VALUE "FileVersion", "22449.1000.0.16"
VALUE "InternalName", "ExplorerPatcher.dll"
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
VALUE "OriginalFilename", "ExplorerPatcher.dll"
VALUE "ProductName", "ExplorerPatcher"
VALUE "ProductVersion", "22000.168.0.15"
VALUE "ProductVersion", "22449.1000.0.16"
END
END
BLOCK "VarFileInfo"

View File

@ -141,7 +141,7 @@ DEFINE_GUID(__uuidof_IAuthUILogonSound,
#define WINDOWSUIXAML_SB_0 "CJupiterWindow::StaticCoreWindowSubclassProc"
#define WINDOWSUIXAML_SB_CNT 1
#define STARTDOCKED_SB_NAME "StartDocked"
#define STARTDOCKED_SB_0 "Windows::UI::Core::IVisibilityChangedEventArgs::Visible::get"
#define STARTDOCKED_SB_0 "StartDocked::LauncherFrame::ShowAllApps"
#define STARTDOCKED_SB_1 "StartDocked::LauncherFrame::ShowAllApps"
#define STARTDOCKED_SB_2 "StartDocked::LauncherFrame::OnVisibilityChanged"
#define STARTDOCKED_SB_3 "StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps"
@ -3991,10 +3991,10 @@ INT64 StartDocked_LauncherFrame_OnVisibilityChangedHook(void* _this, INT64 a2, v
FreeLibrary(hModule);
if (dwStatus)
{
if (Windows_UI_Core_IVisibilityChangedEventArgs_Visible_getFunc(VisibilityChangedEventArguments))
{
//if (Windows_UI_Core_IVisibilityChangedEventArgs_Visible_getFunc(VisibilityChangedEventArguments))
//{
StartDocked_LauncherFrame_ShowAllAppsFunc(_this);
}
//}
}
}
return r;