mirror of
https://github.com/curl/curl.git
synced 2025-09-19 10:32:44 +03:00
use internal *printf() clones
This commit is contained in:
parent
528a149def
commit
09c8f558f7
|
@ -91,6 +91,10 @@
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
|
||||||
|
#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 "getpart.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user