MIN/MAX are already defined in nfc-utils.h and nfc-internal.h

This commit is contained in:
Ludovic Rousseau 2012-05-13 19:16:52 +00:00
parent 59d47bc7da
commit 1ac1196af6

View file

@ -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