Browse Source

Start11: Better enforcement for disabling the "Recommended" section

22621.1413.54.2_dbd1593
Valentin Radu 3 years ago
parent
commit
dbd1593142
  1. 2
      ExplorerPatcher/dllmain.c
  2. 6
      version.h

2
ExplorerPatcher/dllmain.c

@ -11446,7 +11446,7 @@ int Start_SetWindowRgn(HWND hWnd, HRGN hRgn, BOOL bRedraw)
else else
{ {
LVT_StartDocked_DisableRecommendedSection(hWnd, StartDocked_DisableRecommendedSection, &rc); LVT_StartDocked_DisableRecommendedSection(hWnd, StartDocked_DisableRecommendedSection, &rc);
StartDocked_DisableRecommendedSectionApply = FALSE; //StartDocked_DisableRecommendedSectionApply = FALSE;
} }
if (hWndTaskbar) if (hWndTaskbar)
{ {

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22621 #define VER_MAJOR 22621
#define VER_MINOR 1413 #define VER_MINOR 1413
#define VER_BUILD_HI 54 #define VER_BUILD_HI 54
#define VER_BUILD_LO 2 #define VER_BUILD_LO 3
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.2" #define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.2" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"

Loading…
Cancel
Save