[PATCH 11/12] api-ms-win-core-synch-l1-1-0: Add stub dll.

Martin Storsjo martin at martin.st
Thu May 7 15:03:02 CDT 2015


---
 configure.ac                                       |  1 +
 dlls/api-ms-win-core-synch-l1-1-0/Makefile.in      |  1 +
 .../api-ms-win-core-synch-l1-1-0.spec              | 42 ++++++++++++++++++++++
 tools/make_specfiles                               |  1 +
 4 files changed, 45 insertions(+)
 create mode 100644 dlls/api-ms-win-core-synch-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-synch-l1-1-0/api-ms-win-core-synch-l1-1-0.spec

diff --git a/configure.ac b/configure.ac
index d8baa5f..31c8147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2735,6 +2735,7 @@ WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-synch-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-synch-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-1)
diff --git a/dlls/api-ms-win-core-synch-l1-1-0/Makefile.in b/dlls/api-ms-win-core-synch-l1-1-0/Makefile.in
new file mode 100644
index 0000000..09d35a0
--- /dev/null
+++ b/dlls/api-ms-win-core-synch-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-synch-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-synch-l1-1-0/api-ms-win-core-synch-l1-1-0.spec b/dlls/api-ms-win-core-synch-l1-1-0/api-ms-win-core-synch-l1-1-0.spec
new file mode 100644
index 0000000..2968e40
--- /dev/null
+++ b/dlls/api-ms-win-core-synch-l1-1-0/api-ms-win-core-synch-l1-1-0.spec
@@ -0,0 +1,42 @@
+@ stdcall AcquireSRWLockExclusive(ptr) kernel32.AcquireSRWLockExclusive
+@ stdcall AcquireSRWLockShared(ptr) kernel32.AcquireSRWLockShared
+@ stdcall CancelWaitableTimer(long) kernel32.CancelWaitableTimer
+@ stdcall CreateEventA(ptr long long str) kernel32.CreateEventA
+@ stdcall CreateEventExA(ptr str long long) kernel32.CreateEventExA
+@ stdcall CreateEventExW(ptr wstr long long) kernel32.CreateEventExW
+@ stdcall CreateEventW(ptr long long wstr) kernel32.CreateEventW
+@ stdcall CreateMutexA(ptr long str) kernel32.CreateMutexA
+@ stdcall CreateMutexExA(ptr str long long) kernel32.CreateMutexExA
+@ stdcall CreateMutexExW(ptr wstr long long) kernel32.CreateMutexExW
+@ stdcall CreateMutexW(ptr long wstr) kernel32.CreateMutexW
+@ stdcall CreateSemaphoreExW(ptr long long wstr long long) kernel32.CreateSemaphoreExW
+@ stdcall CreateWaitableTimerExW(ptr wstr long long) kernel32.CreateWaitableTimerExW
+@ stdcall DeleteCriticalSection(ptr) kernel32.DeleteCriticalSection
+@ stdcall EnterCriticalSection(ptr) kernel32.EnterCriticalSection
+@ stdcall InitializeCriticalSection(ptr) kernel32.InitializeCriticalSection
+@ stdcall InitializeCriticalSectionAndSpinCount(ptr long) kernel32.InitializeCriticalSectionAndSpinCount
+@ stdcall InitializeCriticalSectionEx(ptr long long) kernel32.InitializeCriticalSectionEx
+@ stdcall InitializeSRWLock(ptr) kernel32.InitializeSRWLock
+@ stdcall LeaveCriticalSection(ptr) kernel32.LeaveCriticalSection
+@ stdcall OpenEventA(long long str) kernel32.OpenEventA
+@ stdcall OpenEventW(long long wstr) kernel32.OpenEventW
+@ stdcall OpenMutexW(long long wstr) kernel32.OpenMutexW
+@ stdcall OpenProcess(long long long) kernel32.OpenProcess
+@ stdcall OpenSemaphoreW(long long wstr) kernel32.OpenSemaphoreW
+@ stdcall OpenWaitableTimerW(long long wstr) kernel32.OpenWaitableTimerW
+@ stdcall ReleaseMutex(long) kernel32.ReleaseMutex
+@ stdcall ReleaseSRWLockExclusive(ptr) kernel32.ReleaseSRWLockExclusive
+@ stdcall ReleaseSRWLockShared(ptr) kernel32.ReleaseSRWLockShared
+@ stdcall ReleaseSemaphore(long long ptr) kernel32.ReleaseSemaphore
+@ stdcall ResetEvent(long) kernel32.ResetEvent
+@ stdcall SetCriticalSectionSpinCount(ptr long) kernel32.SetCriticalSectionSpinCount
+@ stdcall SetEvent(long) kernel32.SetEvent
+@ stdcall SetWaitableTimer(long ptr long ptr ptr long) kernel32.SetWaitableTimer
+@ stdcall SetWaitableTimerEx(long ptr long ptr ptr ptr long) kernel32.SetWaitableTimerEx
+@ stdcall SleepEx(long long) kernel32.SleepEx
+@ stdcall TryAcquireSRWLockExclusive(ptr) kernel32.TryAcquireSRWLockExclusive
+@ stdcall TryAcquireSRWLockShared(ptr) kernel32.TryAcquireSRWLockShared
+@ stdcall TryEnterCriticalSection(ptr) kernel32.TryEnterCriticalSection
+@ stdcall WaitForMultipleObjectsEx(long ptr long long long) kernel32.WaitForMultipleObjectsEx
+@ stdcall WaitForSingleObject(long long) kernel32.WaitForSingleObject
+@ stdcall WaitForSingleObjectEx(long long long) kernel32.WaitForSingleObjectEx
diff --git a/tools/make_specfiles b/tools/make_specfiles
index ce8252c..bb4a210 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -150,6 +150,7 @@ my @dll_groups =
   "api-ms-win-core-string-l1-1-0",
   "api-ms-win-core-sysinfo-l1-2-0",
   "api-ms-win-core-util-l1-1-0",
+  "api-ms-win-core-synch-l1-1-0",
   "api-ms-win-core-synch-l1-2-0",
   "api-ms-win-core-console-l1-1-0",
   "api-ms-win-core-file-l1-1-0",
-- 
1.8.1.2




More information about the wine-patches mailing list