https://bugs.winehq.org/show_bug.cgi?id=44088
Kol kol@MV8660.spb.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kol@MV8660.spb.edu
--- Comment #1 from Kol kol@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 .