1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed the min() macro define

This commit is contained in:
Daniel Stenberg 2004-03-16 09:16:38 +00:00
parent eea2287068
commit fc67cca882

View File

@ -111,10 +111,6 @@
#include "memdebug.h" #include "memdebug.h"
#endif #endif
#ifndef min
#define min(a, b) ((a) < (b) ? (a) : (b))
#endif
#define CURL_TIMEOUT_EXPECT_100 1000 /* counting ms here */ #define CURL_TIMEOUT_EXPECT_100 1000 /* counting ms here */
enum { enum {