mirror of
https://github.com/moparisthebest/curl
synced 2025-03-07 20:59:41 -05: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…
x
Reference in New Issue
Block a user