fix build
This commit is contained in:
parent
3a478a61aa
commit
f36a367b25
|
@ -1785,13 +1785,11 @@ typedef enum {
|
||||||
} switch_state_handler_flag_t;
|
} switch_state_handler_flag_t;
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
typedef SOCKET apr_os_sock_t;
|
typedef SOCKET switch_os_socket_t;
|
||||||
#else
|
#else
|
||||||
typedef int apr_os_sock_t;
|
typedef int switch_os_socket_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef apr_os_sock_t switch_os_socket_t;
|
|
||||||
|
|
||||||
typedef struct apr_pool_t switch_memory_pool_t;
|
typedef struct apr_pool_t switch_memory_pool_t;
|
||||||
typedef uint16_t switch_port_t;
|
typedef uint16_t switch_port_t;
|
||||||
typedef uint8_t switch_payload_t;
|
typedef uint8_t switch_payload_t;
|
||||||
|
|
Loading…
Reference in New Issue