ChangeSet ID: 100759050227034851629287 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/05 17:15:03
Modified files: dlls/ntdll : misc.c ntdll.spec ntdll_misc.h rtl.c rtlstr.c sec.c wcstring.c include : ntddk.h memory : codepage.c
Log message: Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte kernel32 functions, plus a few small cleanups.
Patch: http://cvs.winehq.com/patch.py?id=100759050227034851629287
Revision Changes Path 1.13 +0 -17 wine/dlls/ntdll/misc.c 1.53 +6 -2 wine/dlls/ntdll/ntdll.spec 1.5 +0 -2 wine/dlls/ntdll/ntdll_misc.h 1.42 +3 -4 wine/dlls/ntdll/rtl.c 1.19 +83 -53 wine/dlls/ntdll/rtlstr.c 1.18 +5 -3 wine/dlls/ntdll/sec.c 1.13 +56 -22 wine/dlls/ntdll/wcstring.c 1.35 +13 -20 wine/include/ntddk.h 1.11 +3 -1 wine/memory/codepage.c