src: remove final uses of Curl_ symbol prefixes in tool code

Closes #16678
This commit is contained in:
Daniel Stenberg 2025-03-12 09:03:45 +01:00
parent 67a1cfa5ef
commit af3fe375b3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 11 additions and 8 deletions

View file

@ -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)