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:
parent
4a2dd2bdaa
commit
ce68d38794
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue