mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:13:07 +03:00
WinCE
This commit is contained in:
parent
1cf28c4192
commit
713969b56c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue