diff --git a/source/sfv_md5/common.c b/source/sfv_md5/common.c index f72de4b..e6f6255 100644 --- a/source/sfv_md5/common.c +++ b/source/sfv_md5/common.c @@ -1,5 +1,5 @@ // common.c -// Copyright : 2023-03-14 Yutaka Sawada +// Copyright : 2024-11-30 Yutaka Sawada // License : The MIT license #ifndef _UNICODE @@ -9,7 +9,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/sfv_md5/create.c b/source/sfv_md5/create.c index 43868d5..c612136 100644 --- a/source/sfv_md5/create.c +++ b/source/sfv_md5/create.c @@ -1,5 +1,5 @@ // create.c -// Copyright : 2022-02-16 Yutaka Sawada +// Copyright : 2024-11-30 Yutaka Sawada // License : The MIT license #ifndef _UNICODE @@ -9,7 +9,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/sfv_md5/ini.c b/source/sfv_md5/ini.c index 0816fa2..4f9bab0 100644 --- a/source/sfv_md5/ini.c +++ b/source/sfv_md5/ini.c @@ -1,5 +1,5 @@ // ini.c -// Copyright : 2022-02-16 Yutaka Sawada +// Copyright : 2024-11-30 Yutaka Sawada // License : The MIT license #ifndef _UNICODE @@ -9,7 +9,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/sfv_md5/main.c b/source/sfv_md5/main.c index 90d75d6..e2eebda 100644 --- a/source/sfv_md5/main.c +++ b/source/sfv_md5/main.c @@ -1,5 +1,5 @@ // main.c -// Copyright : 2023-03-14 Yutaka Sawada +// Copyright : 2024-11-30 Yutaka Sawada // License : The MIT license #ifndef _UNICODE @@ -9,7 +9,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/sfv_md5/res_sfv_md5.rc b/source/sfv_md5/res_sfv_md5.rc index 343802d..11dd310 100644 Binary files a/source/sfv_md5/res_sfv_md5.rc and b/source/sfv_md5/res_sfv_md5.rc differ diff --git a/source/sfv_md5/verify.c b/source/sfv_md5/verify.c index aaadd23..9003860 100644 --- a/source/sfv_md5/verify.c +++ b/source/sfv_md5/verify.c @@ -1,5 +1,5 @@ // verify.c -// Copyright : 2022-02-25 Yutaka Sawada +// Copyright : 2024-11-30 Yutaka Sawada // License : The MIT license #ifndef _UNICODE @@ -9,7 +9,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/sfv_md5/version.h b/source/sfv_md5/version.h index c9e0ab1..7219f2d 100644 --- a/source/sfv_md5/version.h +++ b/source/sfv_md5/version.h @@ -1,2 +1,2 @@ -#define FILE_VERSION "1.3.2.8" // ファイルのバージョン番号 -#define PRODUCT_VERSION "1.3.2" // 製品のバージョン番号 +#define FILE_VERSION "1.3.3.4" // ファイルのバージョン番号 +#define PRODUCT_VERSION "1.3.3" // 製品のバージョン番号