mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
FIX: time printing, like difftime in MINGW enviroments needs to use 32b time.
This commit is contained in:
parent
9ea10847ea
commit
be6e909c5b
5 changed files with 8 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#ifndef UI_H__
|
||||
#define UI_H__
|
||||
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue