ChangeSet ID: 20421 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/26 04:57:38
Modified files: dlls/user : menu.c dlls/ntdll : virtual.c
Log message: Francois Gouget fgouget@free.fr Replace the 'if (!cond) ; else code' construct with the standard 'do { code } while (0)' construct combined with a regular 'if'.
Patch: http://cvs.winehq.org/patch.py?id=20421
Old revision New revision Changes Path 1.39 1.40 +1 -1 wine/dlls/user/menu.c 1.70 1.71 +1 -1 wine/dlls/ntdll/virtual.c