(libT) possible backwards compatability tweak for libcurl < 7.16.3

This commit is contained in:
Charles Kerr 2008-10-15 17:12:53 +00:00
parent 67696ac4bd
commit 2f3580cc90
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include "utils.h"
#include "web.h"
#if LIBCURL_VERSION_NUM < 0x071003
#define curl_multi_socket_action(m,fd,mask,i) curl_multi_socket((m),(fd),(i))
#endif
#define dbgmsg( ... ) tr_deepLog( __FILE__, __LINE__, "web", __VA_ARGS__ )
struct tr_web