kernel32: Forward EncodePointer and DecodePointer to their ntdll counterparts.

This commit is contained in:
Mike McCormack 2007-01-22 19:24:24 +09:00 committed by Alexandre Julliard
parent bcc717174c
commit 71a2f4d184
1 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@
@ stdcall DebugBreak()
@ stdcall DebugBreakProcess(long)
@ stdcall DebugSetProcessKillOnExit(long)
# @ stub DecodePointer ( -> ntdll.RtlDecodePointer)
@ stdcall DecodePointer(ptr) ntdll.RtlDecodePointer
# @ stub DecodeSystemPointer ( -> ntdll.RtlDecodeSystemPointer)
@ stdcall DefineDosDeviceA(long str str)
@ stdcall DefineDosDeviceW(long wstr wstr)
@ -288,7 +288,7 @@
# @ stub DosPathToSessionPathW
@ stdcall DuplicateConsoleHandle(long long long long)
@ stdcall DuplicateHandle(long long long ptr long long long)
# @ stub EncodePointer ( -> ntdll.RtlEncodePointer)
@ stdcall EncodePointer(ptr) ntdll.RtlEncodePointer
# @ stub EncodeSystemPointer ( -> ntdll.RtlEncodeSystemPointer)
@ stdcall EndUpdateResourceA(long long)
@ stdcall EndUpdateResourceW(long long)