From 101e6729556392d2661713dd3c6e4bdf326d1cfa Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Sun, 21 Feb 2021 14:04:20 -0600 Subject: [PATCH] api-ms-win-Stub_DLLs: Build iertutil with msvcrt. --- ...l-Add-dll-and-add-stub-for-ordinal-811.patch | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/patches/api-ms-win-Stub_DLLs/0006-iertutil-Add-dll-and-add-stub-for-ordinal-811.patch b/patches/api-ms-win-Stub_DLLs/0006-iertutil-Add-dll-and-add-stub-for-ordinal-811.patch index a2013b7a..1726c1b3 100644 --- a/patches/api-ms-win-Stub_DLLs/0006-iertutil-Add-dll-and-add-stub-for-ordinal-811.patch +++ b/patches/api-ms-win-Stub_DLLs/0006-iertutil-Add-dll-and-add-stub-for-ordinal-811.patch @@ -1,4 +1,4 @@ -From 9fd9267d77aadec039115b994898d2e6849ead94 Mon Sep 17 00:00:00 2001 +From 9bdd47614e24f12a292c18bdc9d81e55744b6e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Sun, 17 Jan 2016 01:11:46 +0100 Subject: [PATCH] iertutil: Add dll and add stub for ordinal 811. @@ -7,14 +7,14 @@ Subject: [PATCH] iertutil: Add dll and add stub for ordinal 811. configure.ac | 1 + dlls/iertutil/Makefile.in | 6 + dlls/iertutil/iertutil.spec | 521 ++++++++++++++++++++++++++++++++++++ - dlls/iertutil/main.c | 32 +++ - 4 files changed, 560 insertions(+) + dlls/iertutil/main.c | 31 +++ + 4 files changed, 559 insertions(+) create mode 100644 dlls/iertutil/Makefile.in create mode 100644 dlls/iertutil/iertutil.spec create mode 100644 dlls/iertutil/main.c diff --git a/configure.ac b/configure.ac -index 67f4376f9aa..3b705e29fac 100644 +index caff5d1fe52..91b95b8e7b1 100644 --- a/configure.ac +++ b/configure.ac @@ -3342,6 +3342,7 @@ WINE_CONFIG_MAKEFILE(dlls/icmp) @@ -27,13 +27,13 @@ index 67f4376f9aa..3b705e29fac 100644 WINE_CONFIG_MAKEFILE(dlls/imagehlp) diff --git a/dlls/iertutil/Makefile.in b/dlls/iertutil/Makefile.in new file mode 100644 -index 00000000000..f61ec141d1a +index 00000000000..47f9d228812 --- /dev/null +++ b/dlls/iertutil/Makefile.in @@ -0,0 +1,6 @@ +MODULE = iertutil.dll + -+EXTRADLLFLAGS = -Wb,--prefer-native ++EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native + +C_SRCS = \ + main.c @@ -566,10 +566,10 @@ index 00000000000..a13779bebbd +@ stub UriFromHostAndScheme diff --git a/dlls/iertutil/main.c b/dlls/iertutil/main.c new file mode 100644 -index 00000000000..188bf81d1e1 +index 00000000000..4e5e9f086b3 --- /dev/null +++ b/dlls/iertutil/main.c -@@ -0,0 +1,32 @@ +@@ -0,0 +1,31 @@ +/* + * Copyright 2016 Michael Müller + * @@ -588,7 +588,6 @@ index 00000000000..188bf81d1e1 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + -+#include "config.h" +#include + +#include "windef.h"