Make const (unicode) strings visible in the NTDLL relay log

Dmitry Timoshkov dmitry at baikal.ru
Tue Aug 9 22:49:52 CDT 2005


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Make const (unicode) strings visible in the NTDLL relay log.

--- cvs/hq/wine/dlls/ntdll/ntdll.spec	2005-08-05 15:18:12.000000000 +0900
+++ wine/dlls/ntdll/ntdll.spec	2005-08-10 12:30:01.000000000 +0900
@@ -440,7 +440,7 @@
 # @ stub RtlCaptureContext
 @ stub RtlCaptureStackBackTrace
 # @ stub RtlCaptureStackContext
-@ stdcall RtlCharToInteger(ptr long ptr)
+@ stdcall RtlCharToInteger(str long ptr)
 # @ stub RtlCheckForOrphanedCriticalSections
 # @ stub RtlCheckProcessParameters
 @ stdcall RtlCheckRegistryKey(long ptr)
@@ -737,7 +737,7 @@
 # @ stub RtlMergeRangeLists
 @ stdcall RtlMoveMemory(ptr ptr long)
 # @ stub RtlMultiAppendUnicodeStringBuffer
-@ stdcall RtlMultiByteToUnicodeN(ptr long ptr ptr long)
+@ stdcall RtlMultiByteToUnicodeN(ptr long ptr str long)
 @ stdcall RtlMultiByteToUnicodeSize(ptr str long)
 @ stub RtlNewInstanceSecurityObject
 @ stub RtlNewSecurityGrantedAccess
@@ -754,7 +754,7 @@
 @ stdcall RtlNumberOfSetBits(ptr)
 @ stdcall RtlOemStringToUnicodeSize(ptr)
 @ stdcall RtlOemStringToUnicodeString(ptr ptr long)
-@ stdcall RtlOemToUnicodeN(ptr long ptr ptr long)
+@ stdcall RtlOemToUnicodeN(ptr long ptr str long)
 @ stdcall RtlOpenCurrentUser(long ptr)
 @ stub RtlPcToFileHeader
 @ stdcall RtlPinAtomInAtomTable(ptr long)
@@ -880,9 +880,9 @@
 @ stdcall RtlUnicodeStringToOemSize(ptr)
 @ stdcall RtlUnicodeStringToOemString(ptr ptr long)
 @ stub RtlUnicodeToCustomCPN
-@ stdcall RtlUnicodeToMultiByteN(ptr long ptr ptr long)
-@ stdcall RtlUnicodeToMultiByteSize(ptr ptr long)
-@ stdcall RtlUnicodeToOemN(ptr long ptr ptr long)
+@ stdcall RtlUnicodeToMultiByteN(ptr long ptr wstr long)
+@ stdcall RtlUnicodeToMultiByteSize(ptr wstr long)
+@ stdcall RtlUnicodeToOemN(ptr long ptr wstr long)
 @ stdcall RtlUniform(ptr)
 # @ stub RtlUnlockBootStatusData
 @ stdcall RtlUnlockHeap(long)
@@ -894,8 +894,8 @@
 @ stdcall RtlUpcaseUnicodeStringToCountedOemString(ptr ptr long)
 @ stdcall RtlUpcaseUnicodeStringToOemString(ptr ptr long)
 @ stub RtlUpcaseUnicodeToCustomCPN
-@ stdcall RtlUpcaseUnicodeToMultiByteN(ptr long ptr ptr long)
-@ stdcall RtlUpcaseUnicodeToOemN(ptr long ptr ptr long)
+@ stdcall RtlUpcaseUnicodeToMultiByteN(ptr long ptr wstr long)
+@ stdcall RtlUpcaseUnicodeToOemN(ptr long ptr wstr long)
 # @ stub RtlUpdateTimer
 @ stdcall RtlUpperChar(long)
 @ stdcall RtlUpperString(ptr ptr)






More information about the wine-patches mailing list