aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index 85baa635d..b567f9bee 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];