From 4a9419b1eed4432707c8c50ab73ec318f9760400 Mon Sep 17 00:00:00 2001 From: Yutaka Sawada <60930312+Yutaka-Sawada@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:56:43 +0900 Subject: [PATCH] Excluded Windows Vista --- source/ShellExt/Command_ShlExt.txt | 2 +- source/ShellExt/ShellExt.cpp | 4 ++-- source/ShellExt/ShellExt.rc | Bin 2514 -> 2514 bytes 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ShellExt/Command_ShlExt.txt b/source/ShellExt/Command_ShlExt.txt index 43deba1..9da2b36 100644 --- a/source/ShellExt/Command_ShlExt.txt +++ b/source/ShellExt/Command_ShlExt.txt @@ -64,7 +64,7 @@ append something to the section name like "[0x0409ignore]". If you erase these strings or lines, default strings are used. "CreateHelp" and "VerifyHelp" in old version were removed, -because they are ignored on recent Windows OS like (Vista, 7, 8). +because they are ignored on recent Windows OS like (Windows 7, 8, 10). Strings may contain one "&" for keyboard short-cut. Each strings should be reasonably short (under 40 characters). diff --git a/source/ShellExt/ShellExt.cpp b/source/ShellExt/ShellExt.cpp index 7dc8d94..96fa6f6 100644 --- a/source/ShellExt/ShellExt.cpp +++ b/source/ShellExt/ShellExt.cpp @@ -1,4 +1,4 @@ -// Copyright : 2023-03-24 Yutaka Sawada +// Copyright : 2024-11-30 Yutaka Sawada // License : The MIT license // ShellExt.cpp : DLL アプリケーション用のエントリ ポイントを定義します。 @@ -11,7 +11,7 @@ #define UNICODE #endif #ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 // Windows Vista or later +#define _WIN32_WINNT 0x0601 // Windows 7 or later #endif #include diff --git a/source/ShellExt/ShellExt.rc b/source/ShellExt/ShellExt.rc index 91a6918783121ae271f8cc0deae4b19c5c911a16..445906213322819280b9be685db47ddbccc733e4 100644 GIT binary patch delta 50 zcmca4d`Wo20%lfY1|0^I$xE3{8I3pJX5I-B&;ttG