From e110b9ed9010df158dbb910dbca6b71bd97328c4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 6 Jul 2021 06:54:26 +0000 Subject: emulators/wine-devel: Update to Wine 6.12 This includes the following changes: - Builtin "Blue" and "Classic Blue" themes. - More work towards WinSock PE conversion. - Beginnings of the NSI (Network Store Interface) implementation. - Support for 32/64-bit registry views in reg.exe. - Various bug fixes. The Staging patch set is broken for this snapshot; mark the STAGING option broken accordingly. Add files/patch-nsiproxy.sys which addresses a build issue on non-Linux platforms that I pushed upstream in the meantime. --- emulators/wine-devel/files/patch-nsiproxy.sys | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 emulators/wine-devel/files/patch-nsiproxy.sys (limited to 'emulators/wine-devel/files') diff --git a/emulators/wine-devel/files/patch-nsiproxy.sys b/emulators/wine-devel/files/patch-nsiproxy.sys new file mode 100644 index 000000000000..fa837bc5d5e5 --- /dev/null +++ b/emulators/wine-devel/files/patch-nsiproxy.sys @@ -0,0 +1,22 @@ +This patch of mine has been included upstream in the meantime. + +commit 1fc3d75a17b025bcdb818714db47a37c309ea186 +Author: Gerald Pfeifer +Date: Sat Jul 3 06:55:06 2021 +0000 + + nsiproxy: Include netinet/in.h before if_ether.h + +index 647fd650cd3..7a0e7ec6f6c 100644 +--- dlls/nsiproxy.sys/ndis.c ++++ dlls/nsiproxy.sys/ndis.c +@@ -38,6 +38,10 @@ + #include + #endif + ++#ifdef HAVE_NETINET_IN_H ++#include ++#endif ++ + #ifdef HAVE_NETINET_IF_ETHER_H + #include + #endif -- cgit v1.2.3