RtlUnicodeToMultiByteSize argument is not a null terminated string,
use 'ptr'.
This commit is contained in:
parent
7baa67cbcb
commit
3de90d99b7
|
@ -547,7 +547,7 @@
|
|||
@ stdcall RtlUnicodeStringToOemString(ptr ptr long)
|
||||
@ stub RtlUnicodeToCustomCPN
|
||||
@ stdcall RtlUnicodeToMultiByteN(ptr long ptr ptr long)
|
||||
@ stdcall RtlUnicodeToMultiByteSize(ptr wstr long)
|
||||
@ stdcall RtlUnicodeToMultiByteSize(ptr ptr long)
|
||||
@ stdcall RtlUnicodeToOemN(ptr long ptr ptr long)
|
||||
@ stdcall RtlUniform(ptr)
|
||||
@ stdcall RtlUnlockHeap(long)
|
||||
|
|
Loading…
Reference in New Issue