1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

LWS_PRE: make int

This commit is contained in:
Andy Green 2017-10-25 07:16:50 +08:00
parent 4a2dd2bdaa
commit ce68d38794

View file

@ -4011,7 +4011,7 @@ lws_set_timeout(struct lws *wsi, enum pending_timeout reason, int secs);
*/
//@{
#if !defined(LWS_SIZEOFPTR)
#define LWS_SIZEOFPTR (sizeof (void *))
#define LWS_SIZEOFPTR ((int)sizeof (void *))
#endif
#if !defined(u_int64_t)
#define u_int64_t unsigned long long