Excluded Windows Vista

This commit is contained in:
Yutaka Sawada
2024-11-30 12:56:43 +09:00
committed by GitHub
parent 4545803963
commit 4a9419b1ee
3 changed files with 3 additions and 3 deletions

View File

@@ -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 <windows.h>