ChangeSet ID: 14741
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/08 07:59:52
Modified files:
include : wtypes.idl
dlls/oleaut32 : variant.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Make the DECIMAL_SETZERO macro take a DECIMAL instead of a DECIMAL* as
in the Microsoft headers and fix up the only caller.
Patch: http://cvs.winehq.org/patch.py?id=14741
Old revision New revision Changes Path
1.21 1.22 +1 -1 wine/include/wtypes.idl
1.105 1.106 +1 -1 wine/dlls/oleaut32/variant.c
ChangeSet ID: 14738
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/08 07:49:36
Modified files:
dlls/netapi32 : nbt.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Convert some registry calls from A to W.
Patch: http://cvs.winehq.org/patch.py?id=14738
Old revision New revision Changes Path
1.9 1.10 +34 -14 wine/dlls/netapi32/nbt.c
ChangeSet ID: 14735
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/08 07:41:00
Modified files:
tools : c2man.pl
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Param descriptions can be >1 lines.
Allow '-' in comment names, convert it to space on display.
Allow struct members to be documented (automatically, one day).
Allow for many comments which start with "name (dll.ord)
description".
Patch: http://cvs.winehq.org/patch.py?id=14735
Old revision New revision Changes Path
1.19 1.20 +63 -11 wine/tools/c2man.pl