mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
curl_setup: Change fopen text macros to use 't' for MSDOS
Bug: https://github.com/bagder/curl/pull/258#issuecomment-107915198 Reported-by: Gisle Vanem
This commit is contained in:
parent
f6af9aef7e
commit
59432503c0
@ -710,7 +710,7 @@ int netware_init(void);
|
||||
/* In Windows the default file mode is text but an application can override it.
|
||||
Therefore we specify it explicitly. https://github.com/bagder/curl/pull/258
|
||||
*/
|
||||
#if defined(WIN32)
|
||||
#if defined(WIN32) || defined(MSDOS)
|
||||
#define FOPEN_READTEXT "rt"
|
||||
#define FOPEN_WRITETEXT "wt"
|
||||
#elif defined(__CYGWIN__)
|
||||
|
Loading…
Reference in New Issue
Block a user