wine bug 27600

Austin Lund austin.lund at gmail.com
Fri Jul 1 20:21:47 CDT 2011


On 1 July 2011 06:10,  <wylda at volny.cz> wrote:
>
>
> gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__
> -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes
> -Wtype-limits -Wwrite-strings -Wpointer-arith  -g -O2  -o adsiid.o
> adsiid.c
>
> In file included from bug_test.c:8:
>
> ../include/winternl.h:2361: error: expected declaration specifiers
> or ‘...’ before ‘va_list’
>

Try adding "#include <stdarg.h>" before the windows headers.



More information about the wine-devel mailing list