MIN/MAX are already defined in nfc-utils.h and nfc-internal.h
This commit is contained in:
parent
59d47bc7da
commit
1ac1196af6
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@
|
|||
# include "win32/err.h"
|
||||
# if defined (__MINGW32__)
|
||||
# define snprintf(S, n, F, ...) sprintf(S, F, __VA_ARGS__)
|
||||
# define MAX(a,b) max(a,b)
|
||||
# define MIN(a,b) min(a,b)
|
||||
# define pipe(fds) _pipe(fds, 5000, _O_BINARY)
|
||||
# define ETIMEDOUT WSAETIMEDOUT
|
||||
# define ENOTSUP WSAEOPNOTSUPP
|
||||
|
|
Loading…
Reference in a new issue