From 1ec2839ec9e9894d78a48c82a7076fb266da51ff Mon Sep 17 00:00:00 2001 From: Bill Medland Date: Wed, 20 Mar 2002 00:55:40 +0000 Subject: [PATCH] Hook back into the correct MSVCRT__tolower/upper. --- dlls/msvcrt/msvcrt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 1fe510e17f3..471298adee1 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -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)