<p></p>
<p><b>@nicolas-cellier-aka-nice</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/499#discussion_r424695992">build.win32x86/common/Makefile.msvc.tools</a>:</p>
<pre style='color:#555'>> @@ -53,16 +53,17 @@ ifdef MSVC
 MEMACCESS:=-DUSE_INLINE_MEMORY_ACCESSORS=1
 endif
 
-# Set minimum version to WindowsXP (see /cygwin/usr/include/w32api/w32api.h)
-WINVER:=-D_WIN32_WINNT=0x0501 -DWINVER=0x0501
+# Set minimum version to Windows 8 (see /cygwin/usr/include/w32api/w32api.h)
+WINVER:=-D_WIN32_WINNT=0x0602 -DWINVER=0x0602
</pre>
<p>As suggested on the mailing list, I would just use 0x0600</p>
<p>See also <a href="https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=vs-2019" rel="nofollow">https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=vs-2019</a> for the list of _WIN32_WINNT version.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/499#pullrequestreview-411254502">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEWYTRXI2VOV3MAGSOUTRRL3YXANCNFSM4M6RJREQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW62JOTMF5LKDDWEH4TRRL3YXA5CNFSM4M6RJRE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODCBT5ZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/499#pullrequestreview-411254502",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/499#pullrequestreview-411254502",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>