mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Added patch for api-ms-win-eventing-classicprovider-l1-1-0 dll.
This commit is contained in:
parent
27c1655177
commit
9f61fece0e
@ -0,0 +1,62 @@
|
||||
From fb5ae0f86e24be8fb4ec8f6210d3a5dd9fb0bff9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sat, 16 Jan 2016 20:09:22 +0100
|
||||
Subject: api-ms-win-eventing-classicprovider-l1-1-0: Add dll.
|
||||
|
||||
---
|
||||
configure.ac | 1 +
|
||||
dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in | 1 +
|
||||
.../api-ms-win-eventing-classicprovider-l1-1-0.spec | 8 ++++++++
|
||||
tools/make_specfiles | 1 +
|
||||
4 files changed, 11 insertions(+)
|
||||
create mode 100644 dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in
|
||||
create mode 100644 dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.spec
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 4fe0992..5c1e959 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -2716,6 +2716,7 @@ WINE_CONFIG_DLL(api-ms-win-downlevel-shlwapi-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-shlwapi-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-user32-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-version-l1-1-0)
|
||||
+WINE_CONFIG_DLL(api-ms-win-eventing-classicprovider-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)
|
||||
diff --git a/dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in b/dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in
|
||||
new file mode 100644
|
||||
index 0000000..a0f628b
|
||||
--- /dev/null
|
||||
+++ b/dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in
|
||||
@@ -0,0 +1 @@
|
||||
+MODULE = api-ms-win-eventing-classicprovider-l1-1-0.dll
|
||||
diff --git a/dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.spec b/dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.spec
|
||||
new file mode 100644
|
||||
index 0000000..9b19435
|
||||
--- /dev/null
|
||||
+++ b/dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.spec
|
||||
@@ -0,0 +1,8 @@
|
||||
+@ stdcall GetTraceEnableFlags(int64) advapi32.GetTraceEnableFlags
|
||||
+@ stdcall GetTraceEnableLevel(int64) advapi32.GetTraceEnableLevel
|
||||
+@ stdcall -ret64 GetTraceLoggerHandle(ptr) advapi32.GetTraceLoggerHandle
|
||||
+@ stdcall RegisterTraceGuidsW(ptr ptr ptr long ptr wstr wstr ptr) advapi32.RegisterTraceGuidsW
|
||||
+@ stdcall TraceEvent(int64 ptr) advapi32.TraceEvent
|
||||
+@ varargs TraceMessage(int64 long ptr long) advapi32.TraceMessage
|
||||
+@ stdcall TraceMessageVa(int64 long ptr long ptr) advapi32.TraceMessageVa
|
||||
+@ stdcall UnregisterTraceGuids(int64) advapi32.UnregisterTraceGuids
|
||||
diff --git a/tools/make_specfiles b/tools/make_specfiles
|
||||
index d945fbe..0e9d47a 100755
|
||||
--- a/tools/make_specfiles
|
||||
+++ b/tools/make_specfiles
|
||||
@@ -151,6 +151,7 @@ my @dll_groups =
|
||||
"api-ms-win-downlevel-advapi32-l2-1-0",
|
||||
"api-ms-win-security-base-l1-1-0",
|
||||
"api-ms-win-core-registry-l1-1-0",
|
||||
+ "api-ms-win-eventing-classicprovider-l1-1-0",
|
||||
"api-ms-win-eventing-provider-l1-1-0",
|
||||
"api-ms-win-security-base-l1-2-0",
|
||||
"api-ms-win-security-lsalookup-l1-1-0",
|
||||
--
|
||||
2.6.4
|
||||
|
@ -7,6 +7,7 @@ Fixes: Add api-ms-win-core-apiquery-l1-1-0 dll
|
||||
Fixes: Add api-ms-win-core-libraryloader-l1-2-0 dll
|
||||
Fixes: Add api-ms-win-core-kernel32-legacy-l1-1-1 dll
|
||||
Fixes: Add api-ms-win-core-heap-l2-1-0 dll
|
||||
Fixes: Add api-ms-win-eventing-classicprovider-l1-1-0 dll
|
||||
Fixes: Add kernelbase dll
|
||||
Depends: ole32-CoGetApartmentType
|
||||
Depends: kernel32-GetFinalPathNameByHandle
|
||||
|
@ -2503,8 +2503,10 @@ fi
|
||||
# | kernel32-legacy-l1-1-1/api-ms-win-core-kernel32-legacy-l1-1-1.spec, dlls/api-ms-win-core-
|
||||
# | libraryloader-l1-2-0/Makefile.in, dlls/api-ms-win-core-libraryloader-l1-2-0/api-ms-win-core-libraryloader-l1-2-0.spec,
|
||||
# | dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in, dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.spec,
|
||||
# | dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec, dlls/kernelbase/Makefile.in,
|
||||
# | dlls/kernelbase/kernelbase.spec, dlls/kernelbase/misc.c, dlls/ucrtbase/ucrtbase.spec, tools/make_specfiles
|
||||
# | dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec, dlls/api-ms-win-eventing-
|
||||
# | classicprovider-l1-1-0/Makefile.in, dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-
|
||||
# | classicprovider-l1-1-0.spec, dlls/kernelbase/Makefile.in, dlls/kernelbase/kernelbase.spec, dlls/kernelbase/misc.c,
|
||||
# | dlls/ucrtbase/ucrtbase.spec, tools/make_specfiles
|
||||
# |
|
||||
if test "$enable_api_ms_win_Stub_DLLs" -eq 1; then
|
||||
patch_apply api-ms-win-Stub_DLLs/0001-ucrtbase-Hook-up-some-functions-with-new-names-to-ex.patch
|
||||
@ -2517,6 +2519,7 @@ if test "$enable_api_ms_win_Stub_DLLs" -eq 1; then
|
||||
patch_apply api-ms-win-Stub_DLLs/0008-api-ms-win-core-libraryloader-l1-2-0-Add-dll.patch
|
||||
patch_apply api-ms-win-Stub_DLLs/0009-api-ms-win-core-kernel32-legacy-l1-1-1-Add-dll.patch
|
||||
patch_apply api-ms-win-Stub_DLLs/0010-api-ms-win-core-heap-l2-1-0-Add-dll.patch
|
||||
patch_apply api-ms-win-Stub_DLLs/0011-api-ms-win-eventing-classicprovider-l1-1-0-Add-dll.patch
|
||||
(
|
||||
echo '+ { "Martin Storsjo", "ucrtbase: Hook up some functions with new names to existing implementations.", 1 },';
|
||||
echo '+ { "Michael Müller", "api-ms-win-core-com-l1-1-1: Add dll.", 1 },';
|
||||
@ -2528,6 +2531,7 @@ if test "$enable_api_ms_win_Stub_DLLs" -eq 1; then
|
||||
echo '+ { "Michael Müller", "api-ms-win-core-libraryloader-l1-2-0: Add dll.", 1 },';
|
||||
echo '+ { "Michael Müller", "api-ms-win-core-kernel32-legacy-l1-1-1: Add dll.", 1 },';
|
||||
echo '+ { "Michael Müller", "api-ms-win-core-heap-l2-1-0: Add dll.", 1 },';
|
||||
echo '+ { "Michael Müller", "api-ms-win-eventing-classicprovider-l1-1-0: Add dll.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user