mirror of
https://github.com/curl/curl.git
synced 2026-07-31 13:28:05 +03:00
Linus Nielsen Feltzing's telnet-for-win32 fixes
This commit is contained in:
parent
24dc7cffbd
commit
e30dcd0501
5 changed files with 107 additions and 17 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#define OS "unknown"
|
||||
#endif
|
||||
|
||||
#ifndef fileno /* sunos 4 have this as a macro! */
|
||||
#if !defined(fileno) && !defined(WIN32) /* sunos 4 have this as a macro! */
|
||||
int fileno( FILE *stream);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue