19 Sep
2005
19 Sep
'05
2:42 p.m.
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