summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/strerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/strerror.h')
-rw-r--r--libs/libcurl/src/strerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/strerror.h b/libs/libcurl/src/strerror.h
index 1fd423fc17..6b9b8e358a 100644
--- a/libs/libcurl/src/strerror.h
+++ b/libs/libcurl/src/strerror.h
@@ -29,8 +29,8 @@
#define STRERROR_LEN 256 /* a suitable length */
const char *Curl_strerror(int err, char *buf, size_t buflen);
-#if defined(_WIN32) || defined(_WIN32_WCE)
-const char *Curl_winapi_strerror(DWORD err, char *buf, size_t buflen);
+#ifdef _WIN32
+const char *curlx_winapi_strerror(DWORD err, char *buf, size_t buflen);
#endif
#ifdef USE_WINDOWS_SSPI
const char *Curl_sspi_strerror(int err, char *buf, size_t buflen);