mirror of
https://github.com/curl/curl.git
synced 2026-07-26 10:37:22 +03:00
removed the min() macro define
This commit is contained in:
parent
eea2287068
commit
fc67cca882
1 changed files with 0 additions and 4 deletions
|
|
@ -111,10 +111,6 @@
|
|||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
#ifndef min
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#define CURL_TIMEOUT_EXPECT_100 1000 /* counting ms here */
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue