Commit 1ec2839e authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

Hook back into the correct MSVCRT__tolower/upper.

parent 3a4512b1
......@@ -476,8 +476,8 @@ debug_channels (msvcrt)
@ stub _telli64 #(long)
@ cdecl _tempnam(str str) _tempnam
@ stub _timezone #()
@ cdecl _tolower(long) _tolower
@ cdecl _toupper(long) _toupper
@ cdecl _tolower(long) MSVCRT__tolower
@ cdecl _toupper(long) MSVCRT__toupper
@ stub _tzname
@ cdecl _tzset() tzset
@ stub _ui64toa #(long str long)
......
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