mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:43:13 +00:00
[MSVCRT]
No reason for wcsxfrm to be a stub when code is here. svn path=/trunk/; revision=50411
This commit is contained in:
parent
830f3bf4c5
commit
a3950d9165
1 changed files with 1 additions and 1 deletions
|
@ -1398,7 +1398,7 @@
|
||||||
@ cdecl wcstombs(ptr ptr long)
|
@ cdecl wcstombs(ptr ptr long)
|
||||||
# @ cdecl wcstombs_s(ptr ptr long wstr long)
|
# @ cdecl wcstombs_s(ptr ptr long wstr long)
|
||||||
@ cdecl wcstoul(wstr ptr long)
|
@ cdecl wcstoul(wstr ptr long)
|
||||||
@ stub wcsxfrm #(ptr wstr long)
|
@ cdecl wcsxfrm(ptr wstr long)
|
||||||
# stub wctob
|
# stub wctob
|
||||||
@ cdecl wctomb(ptr long)
|
@ cdecl wctomb(ptr long)
|
||||||
# stub wctomb_s
|
# stub wctomb_s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue