My proposal is to use 0x0603 (aka windows 8.1, windows server 2012r2)
Those are still supported until 2023

It also ensures it can be compiled with Visual Studio 15
and all that new 'performance' API works.

Index: include/apr.hw
===================================================================
--- include/apr.hw      (revision 1895478)
+++ include/apr.hw      (working copy)
@@ -194,7 +194,7 @@
 #define WIN32_LEAN_AND_MEAN
 #endif
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0A00
+#define _WIN32_WINNT 0x0603
 #endif
 #ifndef NOUSER
 #define NOUSER
Index: include/apr.hwc
===================================================================
--- include/apr.hwc     (revision 1895478)
+++ include/apr.hwc     (working copy)
@@ -194,7 +194,7 @@
 #define WIN32_LEAN_AND_MEAN
 #endif
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0A00
+#define _WIN32_WINNT 0x0603
 #endif
 #ifndef NOUSER
 #define NOUSER


On 01/12/2021 21:03, Mladen Turk wrote:
Well, according to my friend Bill
with r1881421 we have


  #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0601
+#define _WIN32_WINNT 0x0A00
  #endif



Regards
--
^TM

Reply via email to