FIX: the time_t calls under mingw needs a #define _USE_32BIT_TIME_T 1 to be correct. It seems to work in "hf mf mifare" but not in "hf mf hardnested"

This commit is contained in:
iceman1001
2016-10-29 21:42:46 +02:00
parent 19693bdc06
commit b403c30091
9 changed files with 88 additions and 25 deletions

View File

@@ -54,6 +54,7 @@ typedef unsigned char byte_t;
#include <sys/time.h>
#include <errno.h>
#else
#include <time.h>
#include <windows.h>
#endif