mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
This commit is contained in:
parent
2683927756
commit
8481386513
@ -178,8 +178,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MSDOS /* Watt-32 */
|
#ifdef MSDOS /* Watt-32 */
|
||||||
#define HAVE_CLOSESOCKET_CAMEL 1
|
#define HAVE_CLOSE_S 1
|
||||||
#define CloseSocket(s) close_s((s))
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef word
|
#undef word
|
||||||
|
Loading…
Reference in New Issue
Block a user