mirror of
https://github.com/curl/curl.git
synced 2026-07-31 05:08:03 +03:00
removed old version checks
This commit is contained in:
parent
f68219ddaa
commit
821302bcf3
2 changed files with 0 additions and 15 deletions
|
|
@ -51,11 +51,6 @@
|
|||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#if (LIBCURL_VERSION_NUM < 0x070907)
|
||||
#error "too old libcurl version, get the latest!"
|
||||
#endif
|
||||
|
||||
|
||||
enum fcurl_type_e { CFTYPE_NONE=0, CFTYPE_FILE=1, CFTYPE_CURL=2 };
|
||||
|
||||
struct fcurl_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue