Commit 4688a57f authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

ucrtbase: Export _o_to{lower, upper}() as to{lower, upper}().

As opposed to _to{lower,upper}() i.e. the broken-by-design version. Signed-off-by: 's avatarMatteo Bruni <mbruni@codeweavers.com> Signed-off-by: 's avatarPiotr Caban <piotr@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 4f0212c4
...@@ -1806,8 +1806,8 @@ ...@@ -1806,8 +1806,8 @@
@ stub _o_tgammal @ stub _o_tgammal
@ stub _o_tmpfile_s @ stub _o_tmpfile_s
@ stub _o_tmpnam_s @ stub _o_tmpnam_s
@ cdecl _o_tolower(long) MSVCRT__tolower @ cdecl _o_tolower(long) MSVCRT_tolower
@ cdecl _o_toupper(long) MSVCRT__toupper @ cdecl _o_toupper(long) MSVCRT_toupper
@ stub _o_towlower @ stub _o_towlower
@ stub _o_towupper @ stub _o_towupper
@ stub _o_ungetc @ stub _o_ungetc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment