[5/6] api-ms-win-eventing-classicprovider-l1-1-0: Add dll.

Sebastian Lackner sebastian at fds-team.de
Thu Feb 11 15:55:00 CST 2016


From: Michael Müller <michael at fds-team.de>

Signed-off-by: Michael Müller <michael at fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 configure.ac                                                                                    |    1 +
 dlls/api-ms-win-eventing-classicprovider-l1-1-0/Makefile.in                                     |    1 +
 dlls/api-ms-win-eventing-classicprovider-l1-1-0/api-ms-win-eventing-classicprovider-l1-1-0.spec |    8 ++++++++
 tools/make_specfiles                                                                            |    1 +
 4 files changed, 11 insertions(+)

diff --git a/configure.ac b/configure.ac
index 675916b..0a2dc68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2725,6 +2725,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 3f91bd1..f0574b4 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.7.1



More information about the wine-patches mailing list