From: Daniel Stenberg Date: Tue, 15 Mar 2005 07:47:59 +0000 (+0000) Subject: prevent compiler warning X-Git-Tag: curl-7_13_2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5bdd2b2f98f22388527e2749ff77b95a03b86c5;p=thirdparty%2Fcurl.git prevent compiler warning --- diff --git a/lib/strerror.c b/lib/strerror.c index 85baa635da..b567f9bee0 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -553,7 +553,7 @@ const char *Curl_strerror(struct connectdata *conn, int err) #if defined(WIN32) && !defined(__CYGWIN__) -#if _WIN32_WCE +#ifdef _WIN32_WCE buf[0]=0; { wchar_t wbuf[256];