mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Merge pull request #349 from aelmahmoudy/define-SOCKS_SHIFT
Add missing definition for SOCKS_SHIFT
This commit is contained in:
commit
5997d44a5c
@ -523,6 +523,11 @@ mcode_or_die(const char *where, CURLMcode code)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_LIBCURL
|
#ifdef CONFIG_LIBCURL
|
||||||
|
#ifdef CONFIG_OS_WIN32
|
||||||
|
#define SOCK_SHIFT 1024
|
||||||
|
#else
|
||||||
|
#define SOCK_SHIFT 0
|
||||||
|
#endif
|
||||||
/* Called by libevent when our timeout expires */
|
/* Called by libevent when our timeout expires */
|
||||||
static void
|
static void
|
||||||
timer_cb_select(void *userp)
|
timer_cb_select(void *userp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user