Martin Storsjo : api-ms-win-core-synch-l1-2-0: Add stub dll.

Alexandre Julliard julliard at winehq.org
Tue Jan 28 13:33:25 CST 2014


Module: wine
Branch: master
Commit: 81425436543c79a6c1018df0b575d8f7c261eb5c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81425436543c79a6c1018df0b575d8f7c261eb5c

Author: Martin Storsjo <martin at martin.st>
Date:   Mon Jan 27 12:34:18 2014 +0200

api-ms-win-core-synch-l1-2-0: Add stub dll.

---

 configure                                          |    2 +
 configure.ac                                       |    1 +
 dlls/api-ms-win-core-synch-l1-2-0/Makefile.in      |    1 +
 .../api-ms-win-core-synch-l1-2-0.spec              |   58 ++++++++++++++++++++
 tools/make_specfiles                               |    1 +
 5 files changed, 63 insertions(+)

diff --git a/configure b/configure
index 312c19f..9939a69 100755
--- a/configure
+++ b/configure
@@ -859,6 +859,7 @@ enable_api_ms_win_core_processthreads_l1_1_0
 enable_api_ms_win_core_processthreads_l1_1_1
 enable_api_ms_win_core_profile_l1_1_0
 enable_api_ms_win_core_string_l1_1_0
+enable_api_ms_win_core_synch_l1_2_0
 enable_api_ms_win_core_sysinfo_l1_2_0
 enable_api_ms_win_core_util_l1_1_0
 enable_api_ms_win_core_winrt_error_l1_1_0
@@ -16517,6 +16518,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_
 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
+wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
diff --git a/configure.ac b/configure.ac
index fbfbb5c..81bdb81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2640,6 +2640,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-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-util-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0)
diff --git a/dlls/api-ms-win-core-synch-l1-2-0/Makefile.in b/dlls/api-ms-win-core-synch-l1-2-0/Makefile.in
new file mode 100644
index 0000000..ac092b6
--- /dev/null
+++ b/dlls/api-ms-win-core-synch-l1-2-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-synch-l1-2-0.dll
diff --git a/dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.spec b/dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.spec
new file mode 100644
index 0000000..43be0c8
--- /dev/null
+++ b/dlls/api-ms-win-core-synch-l1-2-0/api-ms-win-core-synch-l1-2-0.spec
@@ -0,0 +1,58 @@
+@ 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
+@ stub DeleteSynchronizationBarrier
+@ stdcall EnterCriticalSection(ptr) kernel32.EnterCriticalSection
+@ stub EnterSynchronizationBarrier
+@ stdcall InitOnceBeginInitialize(ptr long ptr ptr) kernel32.InitOnceBeginInitialize
+@ stdcall InitOnceComplete(ptr long ptr) kernel32.InitOnceComplete
+@ stdcall InitOnceExecuteOnce(ptr ptr ptr ptr) kernel32.InitOnceExecuteOnce
+@ stdcall InitOnceInitialize(ptr) kernel32.InitOnceInitialize
+@ stdcall InitializeConditionVariable(ptr) kernel32.InitializeConditionVariable
+@ stdcall InitializeCriticalSection(ptr) kernel32.InitializeCriticalSection
+@ stdcall InitializeCriticalSectionAndSpinCount(ptr long) kernel32.InitializeCriticalSectionAndSpinCount
+@ stdcall InitializeCriticalSectionEx(ptr long long) kernel32.InitializeCriticalSectionEx
+@ stdcall InitializeSRWLock(ptr) kernel32.InitializeSRWLock
+@ stub InitializeSynchronizationBarrier
+@ 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 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
+@ stub SetWaitableTimerEx
+@ stdcall SignalObjectAndWait(long long long long) kernel32.SignalObjectAndWait
+@ stdcall Sleep(long) kernel32.Sleep
+@ stdcall SleepConditionVariableCS(ptr ptr long) kernel32.SleepConditionVariableCS
+@ stdcall SleepConditionVariableSRW(ptr ptr long long) kernel32.SleepConditionVariableSRW
+@ 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
+@ stub WaitOnAddress
+@ stdcall WakeAllConditionVariable(ptr) kernel32.WakeAllConditionVariable
+@ stub WakeByAddressAll
+@ stub WakeByAddressSingle
+@ stdcall WakeConditionVariable(ptr) kernel32.WakeConditionVariable
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 38917eb..31449b8 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -144,6 +144,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-2-0",
  ],
  [
   "ole32",




More information about the wine-cvs mailing list