ChangeSet ID: 17188 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/21 12:18:51
Modified files: include/wine : unicode.h dlls/wininet : utility.c ftp.c dlls/ntdll : wcstring.c time.c dlls/advapi32 : security.c
Log message: Get rid of the remaining calls to strncpyW, and remove that function from wine/unicode.h.
Patch: http://cvs.winehq.org/patch.py?id=17188
Old revision New revision Changes Path 1.30 1.31 +0 -8 wine/include/wine/unicode.h 1.26 1.27 +4 -7 wine/dlls/wininet/utility.c 1.54 1.55 +1 -2 wine/dlls/wininet/ftp.c 1.23 1.24 +4 -1 wine/dlls/ntdll/wcstring.c 1.66 1.67 +5 -3 wine/dlls/ntdll/time.c 1.100 1.101 +4 -1 wine/dlls/advapi32/security.c