mime: mention CURL_DISABLE_MIME in comment
CURL_DISABLE_MIME is not mentioned in the comment describing the if else preprocessor directive. Closes #7882
This commit is contained in:
parent
54aa9c48b2
commit
a24e895912
@ -1955,7 +1955,8 @@ void Curl_mime_unpause(curl_mimepart *part)
|
||||
}
|
||||
|
||||
|
||||
#else /* !CURL_DISABLE_HTTP || !CURL_DISABLE_SMTP || !CURL_DISABLE_IMAP */
|
||||
#else /* !CURL_DISABLE_HTTP && !CURL_DISABLE_MIME ||
|
||||
!CURL_DISABLE_SMTP || !CURL_DISABLE_IMAP */
|
||||
|
||||
/* Mime not compiled in: define stubs for externally-referenced functions. */
|
||||
curl_mime *curl_mime_init(CURL *easy)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user