mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:23:32 +03:00
Some of Doug Kaufman's changes for the DOS port
This commit is contained in:
parent
6dd4c13bc0
commit
5b72eb0b03
5 changed files with 27 additions and 12 deletions
|
|
@ -78,6 +78,10 @@ int fileno( FILE *stream);
|
|||
#else
|
||||
|
||||
#ifdef DJGPP
|
||||
#include <tcp.h>
|
||||
#ifdef word
|
||||
#undef word
|
||||
#endif
|
||||
#define DIR_CHAR "/"
|
||||
#define DOT_CHAR "_"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue