Zebediah Figura : ntdll: Synchronize ZwSetLdtEntries spec entry with NtSetLdtEntries.

Alexandre Julliard julliard at winehq.org
Fri Apr 3 14:55:37 CDT 2020


Module: wine
Branch: master
Commit: 883679031bcdc653bf54846a8830de145d87274d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=883679031bcdc653bf54846a8830de145d87274d

Author: Zebediah Figura <z.figura12 at 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 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list