config-dos.h: define strerror() to strerror_s_() for High-C

This commit is contained in:
Gisle Vanem 2013-02-15 01:51:19 +01:00 committed by Yang Tse
parent 5d8ec4a634
commit 2683927756

View File

@ -148,7 +148,7 @@
#if defined(__HIGHC__) || \
(defined(__GNUC__) && (__GNUC__ < 4))
#define ssize_t int
#define ssize_t int
#endif
#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
@ -174,6 +174,7 @@
#elif defined(__HIGHC__)
#define HAVE_SYS_TIME_H 1
#define strerror(e) strerror_s_((e))
#endif
#ifdef MSDOS /* Watt-32 */