diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 6eb6539d5..7cdc7342a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1211,7 +1211,8 @@ struct UrlState { bool pipe_broke; /* TRUE if the connection we were pipelined on broke and we need to restart from the beginning */ -#ifndef WIN32 +#if !defined(WIN32) && !defined(MSDOS) && !defined(__EMX__) && \ + !defined(__SYMBIAN32__) /* do FTP line-end conversions on most platforms */ #define CURL_DO_LINEEND_CONV /* for FTP downloads: track CRLF sequences that span blocks */ |