diff options
Diffstat (limited to 'src/tool_doswin.h')
-rw-r--r-- | src/tool_doswin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tool_doswin.h b/src/tool_doswin.h index 658660f98..ce475acf9 100644 --- a/src/tool_doswin.h +++ b/src/tool_doswin.h @@ -27,6 +27,12 @@ char *sanitize_dos_name(char *file_name); +#if defined(MSDOS) && (defined(__DJGPP__) || defined(__GO32__)) + +char **__crt0_glob_function(char *arg); + +#endif /* MSDOS && (__DJGPP__ || __GO32__) */ + #ifdef WIN32 CURLcode FindWin32CACert(struct Configurable *config, const char *bundle_file); |