make_specfiles: Add kernelbase for api-ms-win-core-synch-*.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Fabian Maurer 2018-11-08 18:28:19 +01:00 committed by Alexandre Julliard
parent 0e082c0416
commit e4ffe65899
3 changed files with 7 additions and 6 deletions

View File

@ -51,8 +51,8 @@
@ 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 WaitOnAddress(ptr ptr long long) kernelbase.WaitOnAddress
@ stdcall WakeAllConditionVariable(ptr) kernel32.WakeAllConditionVariable
@ stub WakeByAddressAll
@ stub WakeByAddressSingle
@ stdcall WakeByAddressAll(ptr) kernelbase.WakeByAddressAll
@ stdcall WakeByAddressSingle(ptr) kernelbase.WakeByAddressSingle
@ stdcall WakeConditionVariable(ptr) kernel32.WakeConditionVariable

View File

@ -54,8 +54,8 @@
@ 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 WaitOnAddress(ptr ptr long long) kernelbase.WaitOnAddress
@ stdcall WakeAllConditionVariable(ptr) kernel32.WakeAllConditionVariable
@ stub WakeByAddressAll
@ stub WakeByAddressSingle
@ stdcall WakeByAddressAll(ptr) kernelbase.WakeByAddressAll
@ stdcall WakeByAddressSingle(ptr) kernelbase.WakeByAddressSingle
@ stdcall WakeConditionVariable(ptr) kernel32.WakeConditionVariable

View File

@ -194,6 +194,7 @@ my @dll_groups =
],
[
"kernel32",
"kernelbase",
"api-ms-win-appmodel-identity-l1-1-0",
"api-ms-win-appmodel-runtime-l1-1-1",
"api-ms-win-downlevel-normaliz-l1-1-0",