examples: make CURLPIPE_MULTIPLEX fallback long

Closes #18356
This commit is contained in:
Viktor Szakats 2025-08-22 13:50:39 +02:00
parent f6c2907172
commit a9705e9cfb
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
/* This little trick makes sure that we do not enable pipelining for libcurls
old enough to not have this symbol. It is _not_ defined to zero in a recent
libcurl header. */
#define CURLPIPE_MULTIPLEX 0
#define CURLPIPE_MULTIPLEX 0L
#endif
struct transfer {

View file

@ -55,7 +55,7 @@
/* This little trick makes sure that we do not enable pipelining for libcurls
old enough to not have this symbol. It is _not_ defined to zero in a recent
libcurl header. */
#define CURLPIPE_MULTIPLEX 0
#define CURLPIPE_MULTIPLEX 0L
#endif
#define NUM_HANDLES 1000