mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 03:36:35 +00:00
Fix build on Microsoft Windows.
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# define bzero(a, b) memset(a, 0x00, b)
|
||||
#endif
|
||||
|
||||
#include "arygon.h"
|
||||
|
||||
#include <nfc/nfc-messages.h>
|
||||
|
||||
Reference in New Issue
Block a user