mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:53:33 +03:00
config-dos.h: define strerror() to strerror_s_() for High-C
This commit is contained in:
parent
5d8ec4a634
commit
2683927756
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue