prevent compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Mar 2005 07:47:59 +0000 (07:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Mar 2005 07:47:59 +0000 (07:47 +0000)
lib/strerror.c

index 85baa63..b567f9b 100644 (file)
@@ -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];