Replace the 'if (!cond) ; else code' construct with the standard 'do {
commitbaab789ce8f0fe0f3954ab3f53627ea3da221523
authorFrancois Gouget <fgouget@free.fr>
Mon, 26 Sep 2005 09:57:38 +0000 (26 09:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Sep 2005 09:57:38 +0000 (26 09:57 +0000)
treea23e377bcff07fc6489f868d93d64e61da57f8bb
parent335fce9ce0a18a2a44e2545217925042ea6261f5
Replace the 'if (!cond) ; else code' construct with the standard 'do {
code } while (0)' construct combined with a regular 'if'.
dlls/ntdll/virtual.c
dlls/user/menu.c