Francois Gouget : ntdll: Add a stub API documentation to make winapi_check happy.
Module: wine Branch: master Commit: 0f376b4874aeb9887394f65cf656b9d31d2965ef URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f376b4874aeb9887394f65cf6... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 6 10:18:30 2007 +0100 ntdll: Add a stub API documentation to make winapi_check happy. --- 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( return pointer_obfuscator; } +/************************************************************************* + * RtlEncodePointer [NTDLL.@] + */ PVOID WINAPI RtlEncodePointer( PVOID ptr ) { DWORD_PTR ptrval = (DWORD_PTR) ptr; @@ -1029,6 +1032,9 @@ PSLIST_ENTRY WINAPI RtlInterlockedPopEnt #endif } +/************************************************************************* + * RtlInterlockedPushListSList [NTDLL.@] + */ PSLIST_ENTRY WINAPI RtlInterlockedPushListSList(volatile PSLIST_HEADER ListHeader, PSLIST_ENTRY FirstEntry, PSLIST_ENTRY LastEntry,
participants (1)
-
Alexandre Julliard