ChangeSet ID: 10668
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/13 23:20:59
Modified files:
dlls/netapi32 : nbt.c
Log message:
Robert Lunnon <bobl(a)optushome.com.au>
FD_SET is not a type changed to struct fd_set.
Reordered headers to avoid including sys/select.h before winbase.h.
Patch: http://cvs.winehq.com/patch.py?id=10668
Old revision New revision Changes Path
1.3 1.4 +4 -3 wine/dlls/netapi32/nbt.c
ChangeSet ID: 10659
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/13 16:57:00
Modified files:
dlls/msvcrt : msvcrt.spec msvcrt.h main.c
Log message:
Rein Klazes <rklazes(a)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