X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=http.h;h=324fcf4f5482dc67c3f68df0be30fb0aa210401e;hb=4db0c8dec5c009cbbb61135a321a48278e668a25;hp=6e12e416889503553ae502be31b2e9ed9e7dc4dd;hpb=284fe4beb6b4835ef6857cd56b34c70c1d12b14d;p=git.git diff --git a/http.h b/http.h index 6e12e4168..324fcf4f5 100644 --- a/http.h +++ b/http.h @@ -18,7 +18,7 @@ #define curl_global_init(a) do { /* nothing */ } while(0) #endif -#if LIBCURL_VERSION_NUM < 0x070c04 +#if (LIBCURL_VERSION_NUM < 0x070c04) || (LIBCURL_VERSION_NUM == 0x071000) #define NO_CURL_EASY_DUPHANDLE #endif