[PATCH v2 1/3] debug.h: cleanup TRACE macros

Alexandre Julliard julliard at winehq.org
Mon Jan 28 03:24:44 CST 2019


Konstantin Kharlamov <Hi-Angel at 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 at winehq.org



More information about the wine-devel mailing list