mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
This commit is contained in:
parent
2683927756
commit
8481386513
1 changed files with 1 additions and 2 deletions
|
|
@ -178,8 +178,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef MSDOS /* Watt-32 */
|
||||
#define HAVE_CLOSESOCKET_CAMEL 1
|
||||
#define CloseSocket(s) close_s((s))
|
||||
#define HAVE_CLOSE_S 1
|
||||
#endif
|
||||
|
||||
#undef word
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue