21 Aug
2003
21 Aug
'03
3:55 a.m.
Steven Edwards <steven_ed4153(a)yahoo.com> writes:
--- Alexandre Julliard <julliard(a)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. -- Alexandre Julliard julliard(a)winehq.com