winex11.drv: driver.c: GET_USER_FUNC

Robert Shearman rob at codeweavers.com
Fri Dec 21 03:39:02 CST 2007


Adam Rimon wrote:
> Is there any reason for the /do { ...... } while(0);/ in the 
> GET_USER_FUNC macro?

It's a standard way of making sure that the macro is safe if you put it 
after an if statement or similar without opening a new block.

-- 
Rob Shearman




More information about the wine-devel mailing list