Steven Edwards steven_ed4153@yahoo.com writes:
--- Alexandre Julliard julliard@winehq.org wrote:
Why do you need to add stdarg.h everywhere? AFAICS it should be already included by the headers that require it.
While the WINE winbase.h includes these lines w32api and the copy of SP3 for MS_VC6 does not.
#ifndef RC_INVOKED #include <stdarg.h> #endif
OK, then the patch is correct, but you should also remove that stdarg.h from the Wine headers, to make sure that the problem doesn't come back.