mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
removed the min() macro define
This commit is contained in:
parent
eea2287068
commit
fc67cca882
@ -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…
Reference in New Issue
Block a user