Tidy up duplication of MIN/MAX fallback implementations (#20236)
This commit is contained in:
parent
42aa83787f
commit
b01dc36fbf
8 changed files with 7 additions and 32 deletions
|
@ -18,10 +18,7 @@
|
|||
|
||||
#include "midi.h"
|
||||
#include <string.h> //for memcpy
|
||||
|
||||
#ifndef MIN
|
||||
# define MIN(x, y) (((x) < (y)) ? (x) : (y))
|
||||
#endif
|
||||
#include "util.h"
|
||||
|
||||
#ifndef NULL
|
||||
# define NULL 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue