ChangeSet ID: 19395
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/09 05:36:45
Modified files:
server : registry.c
Log message:
The temp buffer always stores WCHARs, fixed its type and got rid of a
number of casts.
Patch: http://cvs.winehq.org/patch.py?id=19395
Old revision New revision Changes Path
1.79 1.80 +16 -16 wine/server/registry.c
ChangeSet ID: 19394
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/09 05:34:21
Modified files:
dlls/oleaut32 : vartype.c variant.h
Log message:
Moved a number of definitions that are not needed in other files into
vartype.c
Patch: http://cvs.winehq.org/patch.py?id=19394
Old revision New revision Changes Path
1.14 1.15 +152 -11 wine/dlls/oleaut32/vartype.c
1.5 1.6 +0 -139 wine/dlls/oleaut32/variant.h
ChangeSet ID: 19391
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/09 05:24:05
Modified files:
tools/winebuild: parser.c
Log message:
Added a warning for DllGetVersion and DllInstall not being declared
private. Also warn when one of the Dll* functions is using a different
internal name.
Patch: http://cvs.winehq.org/patch.py?id=19391
Old revision New revision Changes Path
1.58 1.59 +5 -0 wine/tools/winebuild/parser.c