aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strerror.h')
-rw-r--r--lib/strerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strerror.h b/lib/strerror.h
index 399712f8e..680686734 100644
--- a/lib/strerror.h
+++ b/lib/strerror.h
@@ -29,7 +29,7 @@
#define STRERROR_LEN 256 /* a suitable length */
const char *Curl_strerror(int err, char *buf, size_t buflen);
-#if defined(WIN32) || defined(_WIN32_WCE)
+#if defined(_WIN32) || defined(_WIN32_WCE)
const char *Curl_winapi_strerror(DWORD err, char *buf, size_t buflen);
#endif
#ifdef USE_WINDOWS_SSPI