mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
prevent warnings on re-defining MIN
This commit is contained in:
parent
a1287ec64f
commit
3c666ce57a
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ static int readit(struct testcase *test, struct tftphdr **dpp,
|
|||
return b->counter;
|
||||
}
|
||||
|
||||
#undef MIN /* some systems have this defined already, some don't */
|
||||
#define MIN(x,y) ((x)<(y)?(x):(y));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue