Zebediah Figura : ntdll: Synchronize ZwSetLdtEntries spec entry with NtSetLdtEntries.
Module: wine Branch: master Commit: 883679031bcdc653bf54846a8830de145d87274d URL: https://source.winehq.org/git/wine.git/?a=commit;h=883679031bcdc653bf54846a8... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Apr 2 14:37:12 2020 -0500 ntdll: Synchronize ZwSetLdtEntries spec entry with NtSetLdtEntries. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/ntdll.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index 873eef55d0..e61a2578da 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -1350,7 +1350,7 @@ @ stdcall -private ZwSetInformationToken(long long ptr long) NtSetInformationToken @ stdcall -private ZwSetIntervalProfile(long long) NtSetIntervalProfile @ stdcall -private ZwSetIoCompletion(ptr long long long long) NtSetIoCompletion -@ stdcall -private ZwSetLdtEntries(long long long long long long) NtSetLdtEntries +@ stdcall -private ZwSetLdtEntries(long int64 long int64) NtSetLdtEntries @ stub ZwSetLowEventPair @ stub ZwSetLowWaitHighEventPair @ stub ZwSetLowWaitHighThread
participants (1)
-
Alexandre Julliard