From 366b62af2d8d0f166da75b149309228570f7d981 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 1 May 2005 12:56:09 +0000 Subject: always use the libcurl-provided *printf() functions --- tests/server/sws.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/server/sws.c') diff --git a/tests/server/sws.c b/tests/server/sws.c index 852b27a2e..161cea678 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -55,6 +55,9 @@ #include #endif +#define ENABLE_CURLX_PRINTF +/* make the curlx header define all printf() functions to use the curlx_* + versions instead */ #include "curlx.h" /* from the private lib dir */ #include "getpart.h" #include "util.h" -- cgit v1.2.3