Fix an MSVC build error (bugzilla 29570).

This commit is contained in:
Vinson Lee
2010-08-13 17:11:21 -07:00
committed by Kenneth Graunke
parent 768b55a526
commit 07ca55b7fa

View File

@@ -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