[Slirp] [Git][slirp/libslirp][master] src/slirp.h: Bump the minimum Windows version to Windows 7
Samuel Thibault (@sthibaul)
gitlab at gitlab.freedesktop.org
Mon May 16 22:47:06 UTC 2022
Samuel Thibault pushed to branch master at slirp / libslirp
Commits:
2facdf28 by Thomas Huth at 2022-05-17T00:46:46+02:00
src/slirp.h: Bump the minimum Windows version to Windows 7
Windows Vista is not supported by its vendor anymore. Additionally,
glib uses 0x0601 as setting for _WIN32_WINNT since version 2.53.6
already, so unless libslirp is used with a very old version of glib,
we are depending on Windows 7 anyway.
Signed-off-by: Thomas Huth <thuth at redhat.com>
Reviewed-by: Samuel Thibault <samuel.thibault at ens-lyon.org>
Message-Id: <20220516090410.39727-1-thuth at redhat.com>
- - - - -
1 changed file:
- src/slirp.h
Changes:
=====================================
src/slirp.h
=====================================
@@ -6,7 +6,7 @@
/* as defined in sdkddkver.h */
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0600 /* Vista */
+#define _WIN32_WINNT 0x0601 /* Windows 7 */
#endif
/* reduces the number of implicitly included headers */
#ifndef WIN32_LEAN_AND_MEAN
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/2facdf288df59690b62037cb91df472b2215e975
--
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/2facdf288df59690b62037cb91df472b2215e975
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/slirp/attachments/20220516/a8ec59e1/attachment.htm>
More information about the Slirp
mailing list