mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SOCKET: Support FreeBSD change of SD_* symbolx from defines to an enum
This commit is contained in:
committed by
Mark Pizzolato
parent
da37924c8c
commit
80a5ba7efe
@@ -63,7 +63,7 @@ extern "C" {
|
||||
#define WSAAPI
|
||||
#endif
|
||||
|
||||
#if defined(SHUT_RDWR) && !defined(SD_BOTH)
|
||||
#if !defined(SD_BOTH)
|
||||
#define SD_BOTH SHUT_RDWR
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user