ntdll: Add a stub API documentation to make winapi_check happy.

Francois Gouget fgouget at free.fr
Tue Feb 6 03:18:30 CST 2007


---
 dlls/ntdll/rtl.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/rtl.c b/dlls/ntdll/rtl.c
index 605ec89..827cb74 100644
--- a/dlls/ntdll/rtl.c
+++ b/dlls/ntdll/rtl.c
@@ -912,6 +912,9 @@ static DWORD_PTR get_pointer_obfuscator( void )
     return pointer_obfuscator;
 }
 
+/*************************************************************************
+ * RtlEncodePointer   [NTDLL.@]
+ */
 PVOID WINAPI RtlEncodePointer( PVOID ptr )
 {
     DWORD_PTR ptrval = (DWORD_PTR) ptr;
@@ -1029,6 +1032,9 @@ PSLIST_ENTRY WINAPI RtlInterlockedPopEntrySList(volatile PSLIST_HEADER ListHeade
 #endif
 }
 
+/*************************************************************************
+ * RtlInterlockedPushListSList   [NTDLL.@]
+ */
 PSLIST_ENTRY WINAPI RtlInterlockedPushListSList(volatile PSLIST_HEADER ListHeader,
                                                 PSLIST_ENTRY FirstEntry,
                                                 PSLIST_ENTRY LastEntry,
-- 
1.4.4.3




More information about the wine-patches mailing list