Hook back into the correct MSVCRT__tolower/upper.

This commit is contained in:
Bill Medland 2002-03-20 00:55:40 +00:00 committed by Alexandre Julliard
parent 3a4512b1ff
commit 1ec2839ec9
1 changed files with 2 additions and 2 deletions

View File

@ -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)