easy 7-zip mod for 23.01: rebased from 19.00

This commit is contained in:
glachancecmaisonneuve
2019-04-04 02:12:44 -04:00
committed by shunf4
parent 082657f61b
commit 18725aeba6
28 changed files with 1084 additions and 55 deletions

View File

@@ -12,12 +12,12 @@
Z7_DIAGNOSCTIC_IGNORE_BEGIN_RESERVED_MACRO_IDENTIFIER
#ifndef _WIN32_WINNT
// #define _WIN32_WINNT 0x0400
#define _WIN32_WINNT 0x0500
//#define _WIN32_WINNT 0x0500
// #define _WIN32_WINNT 0x0600
// #define _WIN32_WINNT 0x0A00
#endif
#ifndef WINVER
#define WINVER _WIN32_WINNT
//#define WINVER _WIN32_WINNT
#endif
// #define _WIN32_IE 0x400 // for debug
Z7_DIAGNOSCTIC_IGNORE_END_RESERVED_MACRO_IDENTIFIER