mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
parent
a577059f92
commit
7294e70480
@ -27,7 +27,7 @@
|
||||
#include "strtoofft.h"
|
||||
|
||||
/* Only include this function if one or more of FTP, FILE are enabled. */
|
||||
#if !defined(CURL_DISABLE_FTP) && !defined(CURL_DISABLE_FILE)
|
||||
#if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE)
|
||||
|
||||
/*
|
||||
Check if this is a range download, and if so, set the internal variables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user