On 06/28/13 20:01, Laszlo Ersek wrote: > (b) error_setg_win32() should imitate error_setg_errno(): > > #define error_setg_win32(err, win32, fmt, ...) \ > error_set_errno(err, win32, ERROR_CLASS_GENERIC_ERROR, fmt, ## > __VA_ARGS__)
Typo of course, that's error_set_win32() in the replacement text. Sorry! Laszlo