28 Jan
2019
28 Jan
'19
9:24 a.m.
Konstantin Kharlamov <Hi-Angel(a)yandex.ru> writes:
The complex "#ifdef WINE_NO_TRACE_MSGS && __compiler__" ladder below reduces to "ignore WINE_NO_TRACE_MSGS when !__GNUC__ && !__SUNPRO_C", which is probably a bug.
No, it's on purpose, because some other compiler may not support varargs macros. -- Alexandre Julliard julliard(a)winehq.org