ChangeSet ID: 10659 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/13 16:57:00
Modified files: dlls/msvcrt : msvcrt.spec msvcrt.h main.c
Log message: Rein Klazes rklazes@xs4all.nl Two "unknown" parameters of _unDName() turn out to be the output string and it length. If possible, use these instead of allocating a new one. Put the code in _unDNameEx() and call that from _unDName().
Patch: http://cvs.winehq.com/patch.py?id=10659
Old revision New revision Changes Path 1.84 1.85 +2 -2 wine/dlls/msvcrt/msvcrt.spec 1.23 1.24 +2 -1 wine/dlls/msvcrt/msvcrt.h 1.16 1.17 +22 -15 wine/dlls/msvcrt/main.c