提交 75abcd20 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix build

上级 6e8736bb
......@@ -1785,13 +1785,11 @@ typedef enum {
} switch_state_handler_flag_t;
#ifdef WIN32
typedef SOCKET apr_os_sock_t;
typedef SOCKET switch_os_socket_t;
#else
typedef int apr_os_sock_t;
typedef int switch_os_socket_t;
#endif
typedef apr_os_sock_t switch_os_socket_t;
typedef struct apr_pool_t switch_memory_pool_t;
typedef uint16_t switch_port_t;
typedef uint8_t switch_payload_t;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论