mirror of
https://github.com/curl/curl.git
synced 2026-07-26 18:47:25 +03:00
src: remove final uses of Curl_ symbol prefixes in tool code
Closes #16678
This commit is contained in:
parent
67a1cfa5ef
commit
af3fe375b3
5 changed files with 11 additions and 8 deletions
|
|
@ -68,6 +68,10 @@ extern FILE *tool_stderr;
|
|||
# include "tool_strdup.h"
|
||||
#endif
|
||||
|
||||
#ifndef tool_nop_stmt
|
||||
#define tool_nop_stmt do { } while(0)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# define CURL_STRICMP(p1, p2) _stricmp(p1, p2)
|
||||
#elif defined(HAVE_STRCASECMP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue