mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
RtlUnicodeToMultiByteSize argument is not a null terminated string,
use 'ptr'.
This commit is contained in:
parent
7baa67cbcb
commit
3de90d99b7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue