mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-04 20:17:41 +00:00
fix for todays ws.* changes
This commit is contained in:
parent
f42b17e807
commit
b407732dcd
@ -13,6 +13,7 @@
|
|||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#else
|
#else
|
||||||
#pragma warning(disable:4996)
|
#pragma warning(disable:4996)
|
||||||
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
@ -26,14 +27,7 @@
|
|||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#ifdef _WIN64
|
typedef intptr_t ssize_t;
|
||||||
#define WS_SSIZE_T __int64
|
|
||||||
#elif _MSC_VER >= 1400
|
|
||||||
#define WS_SSIZE_T __int32 __w64
|
|
||||||
#else
|
|
||||||
#define WS_SSIZE_T __int32
|
|
||||||
#endif
|
|
||||||
typedef WS_SSIZE_T ssize_t
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user