Implement NTDLL.towupper and NTDLL.towlower using already existing
commit0072c8811184d6254ab00312fda250cac8dde530
authorDmitry Timoshkov <dmitry@sloboda.ru>
Thu, 8 Jun 2000 20:05:18 +0000 (8 20:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Jun 2000 20:05:18 +0000 (8 20:05 +0000)
treeb7e6861b2e442b449cbf9ec92c7be2db59d25a1f
parent960dc908b4e5ceeb6f885984bc9907f2d733a280
Implement NTDLL.towupper and NTDLL.towlower using already existing
case conversion tables. Replace all direct calls to towupper/towlower
either to NTDLL for core or to CRTDLL if latter already used in the
non core dll.
dlls/crtdll/crtdll.spec
dlls/crtdll/wcstring.c
dlls/ntdll/ntdll.spec
dlls/ntdll/rtlstr.c
dlls/shell32/shellpath.c
include/ntddk.h
include/winnls.h
memory/string.c
misc/lstr.c