Skip to content

Commit

Permalink
config-dos.h: define strerror() to strerror_s_() for High-C
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem authored and yangtse committed Feb 15, 2013
1 parent 5d8ec4a commit 2683927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config-dos.h
Expand Up @@ -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")
Expand All @@ -174,6 +174,7 @@

#elif defined(__HIGHC__)
#define HAVE_SYS_TIME_H 1
#define strerror(e) strerror_s_((e))
#endif

#ifdef MSDOS /* Watt-32 */
Expand Down

0 comments on commit 2683927

Please sign in to comment.