Skip to content

Commit

Permalink
Compatibility with OS build 22449.1000 (x64)
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Sep 3, 2021
1 parent 2e1eb62 commit ea65f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ExplorerPatcher/ExplorerPatcher.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ea65f7c

Please sign in to comment.