[1/7] msxml3/tests: internal schema doc storage tests (resend)

Alexandre Julliard julliard at winehq.org
Wed Oct 20 08:56:39 CDT 2010


Adam Martinson <amartinson at codeweavers.com> writes:

> +#define _create(cls) cls, #cls
> +
> +#define _obj(cls, ...) &_create(cls ## __VA_ARGS__)

You can't do that, varargs macros are not portable.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list