https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5cfb71baf86e19dcecfb1d663366387a4ad6cb34

commit 5cfb71baf86e19dcecfb1d663366387a4ad6cb34
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Oct 23 18:03:16 2022 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Wed Oct 26 00:43:57 2022 +0200

    [NTDLL] Properly stub out RtlRegisterThreadWithCsrss() in spec file.
---
 dll/ntdll/def/ntdll.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/ntdll/def/ntdll.spec b/dll/ntdll/def/ntdll.spec
index 3cd201aa3d4..30f9a4c7a1e 100644
--- a/dll/ntdll/def/ntdll.spec
+++ b/dll/ntdll/def/ntdll.spec
@@ -1100,7 +1100,7 @@
 @ stdcall RtlRealPredecessor(ptr)
 @ stdcall RtlRealSuccessor(ptr)
 @ stdcall RtlRegisterSecureMemoryCacheCallback(ptr)
-@ stub -version=0x600+ RtlRegisterThreadWithCsrss
+@ stdcall -stub -version=0x600+ RtlRegisterThreadWithCsrss()
 @ stdcall RtlRegisterWait(ptr ptr ptr ptr long long)
 @ stdcall RtlReleaseActivationContext(ptr)
 @ stdcall RtlReleaseMemoryStream(ptr)

Reply via email to