From b9cb5b22c831bda8ef9037da0366551dce8eb105 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Tue, 7 Sep 2010 09:59:12 +0000 Subject: [PATCH] Fix build on Microsoft Windows. --- libnfc/drivers/arygon.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libnfc/drivers/arygon.c b/libnfc/drivers/arygon.c index 3456d51..f9a1e76 100644 --- a/libnfc/drivers/arygon.c +++ b/libnfc/drivers/arygon.c @@ -37,6 +37,10 @@ # include #endif +#ifdef _WIN32 +# define bzero(a, b) memset(a, 0x00, b) +#endif + #include "arygon.h" #include