mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Compatibility with OS build 22449.1000 (x64)
This commit is contained in:
parent
2e1eb62318
commit
ea65f7cf76
@ -51,8 +51,8 @@ END
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 22000,168,0,15
|
FILEVERSION 22449,1000,0,16
|
||||||
PRODUCTVERSION 22000,168,0,15
|
PRODUCTVERSION 22449,1000,0,16
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -69,12 +69,12 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "VALINET Solutions SRL"
|
VALUE "CompanyName", "VALINET Solutions SRL"
|
||||||
VALUE "FileDescription", "ExplorerPatcher"
|
VALUE "FileDescription", "ExplorerPatcher"
|
||||||
VALUE "FileVersion", "22000.168.0.15"
|
VALUE "FileVersion", "22449.1000.0.16"
|
||||||
VALUE "InternalName", "ExplorerPatcher.dll"
|
VALUE "InternalName", "ExplorerPatcher.dll"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
|
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
|
||||||
VALUE "OriginalFilename", "ExplorerPatcher.dll"
|
VALUE "OriginalFilename", "ExplorerPatcher.dll"
|
||||||
VALUE "ProductName", "ExplorerPatcher"
|
VALUE "ProductName", "ExplorerPatcher"
|
||||||
VALUE "ProductVersion", "22000.168.0.15"
|
VALUE "ProductVersion", "22449.1000.0.16"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@ -141,7 +141,7 @@ DEFINE_GUID(__uuidof_IAuthUILogonSound,
|
|||||||
#define WINDOWSUIXAML_SB_0 "CJupiterWindow::StaticCoreWindowSubclassProc"
|
#define WINDOWSUIXAML_SB_0 "CJupiterWindow::StaticCoreWindowSubclassProc"
|
||||||
#define WINDOWSUIXAML_SB_CNT 1
|
#define WINDOWSUIXAML_SB_CNT 1
|
||||||
#define STARTDOCKED_SB_NAME "StartDocked"
|
#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_1 "StartDocked::LauncherFrame::ShowAllApps"
|
||||||
#define STARTDOCKED_SB_2 "StartDocked::LauncherFrame::OnVisibilityChanged"
|
#define STARTDOCKED_SB_2 "StartDocked::LauncherFrame::OnVisibilityChanged"
|
||||||
#define STARTDOCKED_SB_3 "StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps"
|
#define STARTDOCKED_SB_3 "StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps"
|
||||||
@ -3991,10 +3991,10 @@ INT64 StartDocked_LauncherFrame_OnVisibilityChangedHook(void* _this, INT64 a2, v
|
|||||||
FreeLibrary(hModule);
|
FreeLibrary(hModule);
|
||||||
if (dwStatus)
|
if (dwStatus)
|
||||||
{
|
{
|
||||||
if (Windows_UI_Core_IVisibilityChangedEventArgs_Visible_getFunc(VisibilityChangedEventArguments))
|
//if (Windows_UI_Core_IVisibilityChangedEventArgs_Visible_getFunc(VisibilityChangedEventArguments))
|
||||||
{
|
//{
|
||||||
StartDocked_LauncherFrame_ShowAllAppsFunc(_this);
|
StartDocked_LauncherFrame_ShowAllAppsFunc(_this);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return r;
|
return r;
|
||||||
|
Loading…
Reference in New Issue
Block a user