mirror of
https://github.com/curl/curl.git
synced 2026-07-27 17:38:57 +03:00
Created a CURLMIN macro to match CURLMAX
This commit is contained in:
parent
dd058b8de6
commit
80ffd3581f
4 changed files with 7 additions and 21 deletions
|
|
@ -184,14 +184,6 @@ char **__crt0_glob_function (char *arg)
|
|||
#define CURL_PROGRESS_STATS 0 /* default progress display */
|
||||
#define CURL_PROGRESS_BAR 1
|
||||
|
||||
/**
|
||||
* @def MIN
|
||||
* standard MIN macro
|
||||
*/
|
||||
#ifndef MIN
|
||||
#define MIN(X,Y) (((X) < (Y)) ? (X) : (Y))
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
HTTPREQ_UNSPEC,
|
||||
HTTPREQ_GET,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue