-
- Downloads
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.
Showing
- dlls/crtdll/crtdll.spec 2 additions, 2 deletionsdlls/crtdll/crtdll.spec
- dlls/crtdll/wcstring.c 3 additions, 12 deletionsdlls/crtdll/wcstring.c
- dlls/ntdll/ntdll.spec 2 additions, 2 deletionsdlls/ntdll/ntdll.spec
- dlls/ntdll/rtlstr.c 22 additions, 5 deletionsdlls/ntdll/rtlstr.c
- dlls/shell32/shellpath.c 3 additions, 3 deletionsdlls/shell32/shellpath.c
- include/ntddk.h 3 additions, 0 deletionsinclude/ntddk.h
- include/winnls.h 0 additions, 7 deletionsinclude/winnls.h
- memory/string.c 3 additions, 2 deletionsmemory/string.c
- misc/lstr.c 7 additions, 36 deletionsmisc/lstr.c
Loading
Please register or sign in to comment