mirror of
https://github.com/curl/curl.git
synced 2026-07-24 03:27:22 +03:00
use internal *printf() clones
This commit is contained in:
parent
528a149def
commit
09c8f558f7
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@
|
|||
#include <pwd.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 "util.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue