Fix an MSVC build error (bugzilla 29570).
This commit is contained in:

committed by
Kenneth Graunke

parent
768b55a526
commit
07ca55b7fa
@@ -32,7 +32,7 @@
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#define glcpp_print(stream, str) stream = talloc_strdup_append(stream, str)
|
||||
#define glcpp_printf(stream, fmt, args...) \
|
||||
#define glcpp_printf(stream, fmt, args, ...) \
|
||||
stream = talloc_asprintf_append(stream, fmt, args)
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user