mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-16 20:43:46 +00:00
MIN/MAX are already defined in nfc-utils.h and nfc-internal.h
This commit is contained in:
@@ -31,8 +31,6 @@
|
|||||||
# include "win32/err.h"
|
# include "win32/err.h"
|
||||||
# if defined (__MINGW32__)
|
# if defined (__MINGW32__)
|
||||||
# define snprintf(S, n, F, ...) sprintf(S, F, __VA_ARGS__)
|
# 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 pipe(fds) _pipe(fds, 5000, _O_BINARY)
|
||||||
# define ETIMEDOUT WSAETIMEDOUT
|
# define ETIMEDOUT WSAETIMEDOUT
|
||||||
# define ENOTSUP WSAEOPNOTSUPP
|
# define ENOTSUP WSAEOPNOTSUPP
|
||||||
|
|||||||
Reference in New Issue
Block a user