Excluded Windows Vista
This commit is contained in:
@@ -64,7 +64,7 @@ append something to the section name like "[0x0409ignore]".
|
|||||||
If you erase these strings or lines, default strings are used.
|
If you erase these strings or lines, default strings are used.
|
||||||
|
|
||||||
"CreateHelp" and "VerifyHelp" in old version were removed,
|
"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.
|
Strings may contain one "&" for keyboard short-cut.
|
||||||
Each strings should be reasonably short (under 40 characters).
|
Each strings should be reasonably short (under 40 characters).
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright : 2023-03-24 Yutaka Sawada
|
// Copyright : 2024-11-30 Yutaka Sawada
|
||||||
// License : The MIT license
|
// License : The MIT license
|
||||||
|
|
||||||
// ShellExt.cpp : DLL アプリケーション用のエントリ ポイントを定義します。
|
// ShellExt.cpp : DLL アプリケーション用のエントリ ポイントを定義します。
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
#define UNICODE
|
#define UNICODE
|
||||||
#endif
|
#endif
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0600 // Windows Vista or later
|
#define _WIN32_WINNT 0x0601 // Windows 7 or later
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user