[ros-diffs] [tkreuzer] 38138: Update ntdll def file

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Dec 17 02:30:13 CET 2008


Author: tkreuzer
Date: Tue Dec 16 19:30:12 2008
New Revision: 38138

URL: http://svn.reactos.org/svn/reactos?rev=38138&view=rev
Log:
Update ntdll def file

Modified:
    branches/ros-amd64-bringup/reactos/dll/ntdll/def/ntdll_amd64.def

Modified: branches/ros-amd64-bringup/reactos/dll/ntdll/def/ntdll_amd64.def
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/ntdll/def/ntdll_amd64.def?rev=38138&r1=38137&r2=38138&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/ntdll/def/ntdll_amd64.def [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/ntdll/def/ntdll_amd64.def [iso-8859-1] Tue Dec 16 19:30:12 2008
@@ -600,7 +600,7 @@
 ;RtlAllocateMemoryBlockLookaside
 ;RtlAllocateMemoryZone
 RtlAnsiCharToUnicodeChar
-;RtlAnsiStringToUnicodeSize
+RtlAnsiStringToUnicodeSize=RtlxAnsiStringToUnicodeSize
 RtlAnsiStringToUnicodeString
 RtlAppendAsciizToString
 ;RtlAppendPathElement
@@ -699,8 +699,8 @@
 RtlDeactivateActivationContext
 RtlDeactivateActivationContextUnsafeFast
 ;RtlDebugPrintTimes
-;RtlDecodePointer
-;RtlDecodeSystemPointer
+RtlDecodePointer=RtlEncodePointer
+RtlDecodeSystemPointer=RtlEncodeSystemPointer
 RtlDecompressBuffer
 RtlDecompressFragment
 ;RtlDefaultNpAcl
@@ -987,7 +987,7 @@
 RtlNumberOfClearBits
 RtlNumberOfSetBits
 ;RtlNumberOfSetBitsUlongPtr
-;RtlOemStringToUnicodeSize
+RtlOemStringToUnicodeSize=RtlxOemStringToUnicodeSize
 RtlOemStringToUnicodeString
 RtlOemToUnicodeN
 RtlOpenCurrentUser
@@ -1028,7 +1028,7 @@
 RtlRaiseException
 RtlRaiseStatus
 RtlRandom
-RtlRandomEx
+RtlRandomEx=RtlRandom
 RtlReAllocateHeap
 ;RtlReadMemoryStream
 ;RtlReadOutOfProcessMemoryStream
@@ -1054,7 +1054,7 @@
 ;RtlResetMemoryZone
 RtlResetRtlTranslations
 ;RtlRestoreContext
-;RtlRestoreLastWin32Error
+RtlRestoreLastWin32Error=RtlSetLastWin32Error
 ;RtlRetrieveNtUserPfn
 ;RtlRevertMemoryStream
 RtlRunDecodeUnicodeString
@@ -1140,11 +1140,11 @@
 RtlTryEnterCriticalSection
 RtlUnhandledExceptionFilter
 ;RtlUnhandledExceptionFilter2
-;RtlUnicodeStringToAnsiSize
+RtlUnicodeStringToAnsiSize=RtlxUnicodeStringToAnsiSize
 RtlUnicodeStringToAnsiString
 RtlUnicodeStringToCountedOemString
 RtlUnicodeStringToInteger
-;RtlUnicodeStringToOemSize
+RtlUnicodeStringToOemSize=RtlxUnicodeStringToOemSize
 RtlUnicodeStringToOemString
 RtlUnicodeToCustomCPN
 RtlUnicodeToMultiByteN



More information about the Ros-diffs mailing list