From 7059b2e1ec9423a2220faf0a3adecbadd76ebdae Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 7 Jan 2020 08:30:38 +1100 Subject: [PATCH] Updated activeds-ADsOpenObject patchset --- .../0001-include-Add-adserr.h.patch | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/patches/activeds-ADsOpenObject/0001-include-Add-adserr.h.patch b/patches/activeds-ADsOpenObject/0001-include-Add-adserr.h.patch index 56769c16..24a993ed 100644 --- a/patches/activeds-ADsOpenObject/0001-include-Add-adserr.h.patch +++ b/patches/activeds-ADsOpenObject/0001-include-Add-adserr.h.patch @@ -1,16 +1,27 @@ -From f517c6095f355529ccbd44585d22458fb52f9197 Mon Sep 17 00:00:00 2001 +From e5500b9a3c7d36563725dc7975c2436a02165906 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 15 Nov 2019 15:46:23 +0800 -Subject: [PATCH 1/5] include: Add adserr.h. -Content-Type: text/plain; charset=UTF-8 -To: wine-devel@winehq.org +Subject: [PATCH] include: Add adserr.h. Signed-off-by: Dmitry Timoshkov --- - include/adserr.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 50 insertions(+) + include/Makefile.in | 1 + + include/adserr.h | 50 +++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 51 insertions(+) create mode 100644 include/adserr.h +diff --git a/include/Makefile.in b/include/Makefile.in +index cbad4d604f..2e0a10d650 100644 +--- a/include/Makefile.in ++++ b/include/Makefile.in +@@ -7,6 +7,7 @@ SOURCES = \ + activaut.idl \ + activdbg.idl \ + activscp.idl \ ++ adserr.h \ + adshlp.h \ + advpub.h \ + af_irda.h \ diff --git a/include/adserr.h b/include/adserr.h new file mode 100644 index 0000000000..83da568763 @@ -68,5 +79,5 @@ index 0000000000..83da568763 + +#endif /* __ADSERR_H */ -- -2.20.1 +2.17.1