ChangeSet ID: 20289
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/19 09:42:53
Modified files:
dlls/ole32 : defaulthandler.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Remove redunant braces.
- Compact multi-line comments that fit into one line.
- Remove comments that state the obvious.
- Remove extra brackets that are redundant because the -> operator
binds tighter than &.
- Change "this" to "This" to make code more like other interface
implementations.
- Remove redundant comparisons with NULL for pointers.
Patch: http://cvs.winehq.org/patch.py?id=20289
Old revision New revision Changes Path
1.27 1.28 +172 -274 wine/dlls/ole32/defaulthandler.c
ChangeSet ID: 20285
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/19 09:34:04
Modified files:
dlls/ole32 : marshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix the return codes during unmarshaling so that it returns failure
codes instead of S_FALSE returned from IStream_Read.
Patch: http://cvs.winehq.org/patch.py?id=20285
Old revision New revision Changes Path
1.82 1.83 +2 -2 wine/dlls/ole32/marshal.c
ChangeSet ID: 20282
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/19 09:31:21
Modified files:
dlls/wined3d : directx.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Prevent CheckDepthStencilMatch from causing problems if there is a
current active OpenGL context.
Patch: http://cvs.winehq.org/patch.py?id=20282
Old revision New revision Changes Path
1.51 1.52 +26 -13 wine/dlls/wined3d/directx.c