s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
This commit is contained in:
@@ -190,7 +190,7 @@ static curl_version_info_data version_info = {
|
||||
#ifdef HAVE_SPNEGO
|
||||
| CURL_VERSION_SPNEGO
|
||||
#endif
|
||||
#if defined(ENABLE_64BIT) && (SIZEOF_CURL_OFF_T > 4)
|
||||
#if defined(ENABLE_64BIT) && (CURL_SIZEOF_CURL_OFF_T > 4)
|
||||
| CURL_VERSION_LARGEFILE
|
||||
#endif
|
||||
#if defined(CURL_DOES_CONVERSIONS)
|
||||
|
||||
Reference in New Issue
Block a user