Skip to content
Snippets Groups Projects
Commit fc67cca8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the min() macro define

parent eea22870
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment