[Slirp] [Git][slirp/libslirp][master] Fix including BaseTsd.h on mingw

Samuel Thibault (@sthibaul) gitlab at gitlab.freedesktop.org
Sun Apr 23 09:10:57 UTC 2023



Samuel Thibault pushed to branch master at slirp / libslirp


Commits:
fc5eaaf6 by Samuel Thibault at 2023-04-23T11:10:26+02:00
Fix including BaseTsd.h on mingw

While windows does not care for case, mingw does, and has all its header
lower case.

- - - - -


1 changed file:

- src/libslirp.h


Changes:

=====================================
src/libslirp.h
=====================================
@@ -10,7 +10,7 @@
 #include <winsock2.h>
 #include <ws2tcpip.h>
 #include <in6addr.h>
-#include <BaseTsd.h>
+#include <basetsd.h>
 typedef SSIZE_T slirp_ssize_t;
 #ifdef BUILDING_LIBSLIRP
 # define SLIRP_EXPORT __declspec(dllexport)



View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/fc5eaaf6f68d5cff76468c63984c33c4fb51506d

-- 
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/fc5eaaf6f68d5cff76468c63984c33c4fb51506d
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/20230423/04e7bf8a/attachment-0001.htm>


More information about the Slirp mailing list