mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
curl_ => Curl_
This commit is contained in:
parent
88d536eb3b
commit
edd608aa76
@ -28,8 +28,8 @@
|
||||
#include "setup.h"
|
||||
|
||||
#ifndef HAVE_STRTOK_R
|
||||
char *curl_strtok_r(char *s, const char *delim, char **last);
|
||||
#define strtok_r curl_strtok_r
|
||||
char *Curl_strtok_r(char *s, const char *delim, char **last);
|
||||
#define strtok_r Curl_strtok_r
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user