[PATCH 0/1] MR7695: ntdll: Correct NtAllocateReserveObject arguments in specfile.
From: Alex Henrie <alexhenrie24(a)gmail.com> --- dlls/ntdll/ntdll.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index a51cab8263f..38476b927e1 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -145,7 +145,7 @@ @ stdcall -syscall NtAlertThread(long) @ stdcall -syscall NtAlertThreadByThreadId(ptr) @ stdcall -syscall NtAllocateLocallyUniqueId(ptr) -@ stdcall -syscall NtAllocateReserveObject(ptr long long) +@ stdcall -syscall NtAllocateReserveObject(ptr ptr long) # @ stub NtAllocateUserPhysicalPages @ stdcall -syscall NtAllocateUuids(ptr ptr ptr ptr) @ stdcall -syscall NtAllocateVirtualMemory(long ptr long ptr long long) @@ -1219,7 +1219,7 @@ @ stdcall -private -syscall ZwAlertThread(long) NtAlertThread @ stdcall -private -syscall ZwAlertThreadByThreadId(ptr) NtAlertThreadByThreadId @ stdcall -private -syscall ZwAllocateLocallyUniqueId(ptr) NtAllocateLocallyUniqueId -@ stdcall -private -syscall ZwAllocateReserveObject(ptr long long) NtAllocateReserveObject +@ stdcall -private -syscall ZwAllocateReserveObject(ptr ptr long) NtAllocateReserveObject # @ stub ZwAllocateUserPhysicalPages @ stdcall -private -syscall ZwAllocateUuids(ptr ptr ptr ptr) NtAllocateUuids @ stdcall -private -syscall ZwAllocateVirtualMemory(long ptr long ptr long long) NtAllocateVirtualMemory -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7695
This merge request was approved by Zhiyi Zhang. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7695
Thanks for spotting this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7695#note_99363
This merge request was approved by Jinoh Kang. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7695
participants (4)
-
Alex Henrie -
Alex Henrie (@alexhenrie) -
Jinoh Kang (@iamahuman) -
Zhiyi Zhang (@zhiyi)