mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Changed #define for SOL_TCP to be IPPROTO_TCP instead of 6
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
#ifndef SOL_TCP
|
||||
#define SOL_TCP 6
|
||||
#define SOL_TCP IPPROTO_TCP
|
||||
#endif
|
||||
#ifndef TCP_KEEPIDLE
|
||||
#define TCP_KEEPIDLE TCP_KEEPALIVE
|
||||
|
||||
Reference in New Issue
Block a user