diff --git a/lib/easy.c b/lib/easy.c index cadee560bd..2df2ef475f 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -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