wine/dlls user/menu.c ntdll/virtual.c

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 26 04:57:38 CDT 2005


ChangeSet ID:	20421
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/26 04:57:38

Modified files:
	dlls/user      : menu.c 
	dlls/ntdll     : virtual.c 

Log message:
	Francois Gouget <fgouget at 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




More information about the wine-cvs mailing list