Hi, On Tue, 18 Aug 2009, Frank Li wrote: > > #ifndef va_copy > > #define va_copy(dst, src) ((dst) = (src)) > > #endif > > > > if it works on MSVC? > > I test it, it works. But please, either put it into compat/msvc.h or make it dependent on some #define such as "DEFINE_VA_COPY_TRIVIALLY" so that other platforms who might miss va_copy (but can use the trivial definition above) can use it. I do not think that va_copy can be defined like this in general. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html