This commit is contained in:
Viktor Szakats 2025-07-27 19:11:56 +02:00
parent 1cf28c4192
commit 713969b56c
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -107,7 +107,7 @@ static curl_simple_lock s_lock = CURL_SIMPLE_LOCK_INIT;
* ways, but at this point it must be defined as the system-supplied strdup
* so the callback pointer is initialized correctly.
*/
#if defined(UNDER_CE)
#ifdef UNDER_CE
#define system_strdup _strdup
#elif !defined(HAVE_STRDUP)
#define system_strdup Curl_strdup