Excluded Windows Vista
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// common.c
|
// common.c
|
||||||
// Copyright : 2023-03-14 Yutaka Sawada
|
// Copyright : 2024-11-30 Yutaka Sawada
|
||||||
// License : The MIT license
|
// License : The MIT license
|
||||||
|
|
||||||
#ifndef _UNICODE
|
#ifndef _UNICODE
|
||||||
@@ -9,7 +9,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 <conio.h>
|
#include <conio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// create.c
|
// create.c
|
||||||
// Copyright : 2022-02-16 Yutaka Sawada
|
// Copyright : 2024-11-30 Yutaka Sawada
|
||||||
// License : The MIT license
|
// License : The MIT license
|
||||||
|
|
||||||
#ifndef _UNICODE
|
#ifndef _UNICODE
|
||||||
@@ -9,7 +9,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 <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// ini.c
|
// ini.c
|
||||||
// Copyright : 2022-02-16 Yutaka Sawada
|
// Copyright : 2024-11-30 Yutaka Sawada
|
||||||
// License : The MIT license
|
// License : The MIT license
|
||||||
|
|
||||||
#ifndef _UNICODE
|
#ifndef _UNICODE
|
||||||
@@ -9,7 +9,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 <malloc.h>
|
#include <malloc.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// main.c
|
// main.c
|
||||||
// Copyright : 2023-03-14 Yutaka Sawada
|
// Copyright : 2024-11-30 Yutaka Sawada
|
||||||
// License : The MIT license
|
// License : The MIT license
|
||||||
|
|
||||||
#ifndef _UNICODE
|
#ifndef _UNICODE
|
||||||
@@ -9,7 +9,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 <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
// verify.c
|
// verify.c
|
||||||
// Copyright : 2022-02-25 Yutaka Sawada
|
// Copyright : 2024-11-30 Yutaka Sawada
|
||||||
// License : The MIT license
|
// License : The MIT license
|
||||||
|
|
||||||
#ifndef _UNICODE
|
#ifndef _UNICODE
|
||||||
@@ -9,7 +9,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 <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#define FILE_VERSION "1.3.2.8" // ファイルのバージョン番号
|
#define FILE_VERSION "1.3.3.4" // ファイルのバージョン番号
|
||||||
#define PRODUCT_VERSION "1.3.2" // 製品のバージョン番号
|
#define PRODUCT_VERSION "1.3.3" // 製品のバージョン番号
|
||||||
|
|||||||
Reference in New Issue
Block a user