mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
kernel32: Fix WaitForThreadpoolIoCallbacks spec entry.
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
This commit is contained in:
parent
2db94ca8f9
commit
78ce8e0018
1 changed files with 1 additions and 1 deletions
|
@ -1603,7 +1603,7 @@
|
|||
@ stdcall -import WaitForMultipleObjectsEx(long ptr long long long)
|
||||
@ stdcall -import WaitForSingleObject(long long)
|
||||
@ stdcall -import WaitForSingleObjectEx(long long long)
|
||||
@ stdcall WaitForThreadpoolIoCallbacks(ptr) NTDLL.TpWaitForIoCompletion
|
||||
@ stdcall WaitForThreadpoolIoCallbacks(ptr long) NTDLL.TpWaitForIoCompletion
|
||||
@ stdcall WaitForThreadpoolTimerCallbacks(ptr long) NTDLL.TpWaitForTimer
|
||||
@ stdcall WaitForThreadpoolWaitCallbacks(ptr long) NTDLL.TpWaitForWait
|
||||
@ stdcall WaitForThreadpoolWorkCallbacks(ptr long) NTDLL.TpWaitForWork
|
||||
|
|
Loading…
Reference in a new issue