From dbd1593142daddb5843886fcc7ed3caa2d4f4fae Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 19 Mar 2023 05:04:29 +0200 Subject: [PATCH] Start11: Better enforcement for disabling the "Recommended" section --- ExplorerPatcher/dllmain.c | 2 +- version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 910e7cb..5b85cd6 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -11446,7 +11446,7 @@ int Start_SetWindowRgn(HWND hWnd, HRGN hRgn, BOOL bRedraw) else { LVT_StartDocked_DisableRecommendedSection(hWnd, StartDocked_DisableRecommendedSection, &rc); - StartDocked_DisableRecommendedSectionApply = FALSE; + //StartDocked_DisableRecommendedSectionApply = FALSE; } if (hWndTaskbar) { diff --git a/version.h b/version.h index 08f06d4..ade7308 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 1413 #define VER_BUILD_HI 54 -#define VER_BUILD_LO 2 +#define VER_BUILD_LO 3 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.2" +#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"