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:
parent
0e082c0416
commit
e4ffe65899
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue