"Dimitrie O. Paun" <dpaun(a)rogers.com> writes:
> With this patch, we can get rid of the stdarg.h
> include from winbase.h if it weren't for the
> FormatMessage() functions:
>
> DWORD WINAPI FormatMessageA(DWORD,LPCVOID,DWORD,DWORD,LPSTR,DWORD,va_list*);
> DWORD WINAPI FormatMessageW(DWORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,va_list*);
>
> Alexandre, how do we handle this one?
We have to include stdarg.h everywhere we include winbase.h, about 650
files at last count. That's why we need some kind of script...
--
Alexandre Julliard
julliard(a)winehq.com