[Bug 44088] expected declaration specifiers or ‘...’ before ‘va_list’

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 29 11:45:09 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=44088

Kol <kol at MV8660.spb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kol at MV8660.spb.edu

--- Comment #1 from Kol <kol at MV8660.spb.edu> ---
Compiling Wine 2.22 with GCC 4.8.1 I get an other error
in "advapi32" directory:

In file included from perf.c:25:0:
../../include/winbase.h:2003:173: error: unknown type name 'va_list'.

This can be corrected by inserting
#include <stdarg.h>
in the beginning of dlls/advapi32/perf.c .

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list