Commit e4ffe658 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

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

parent 0e082c04
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment