mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 23:52:27 +08:00
simpler define
This commit is contained in:
parent
6a87bdd44e
commit
3dd55e2c04
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#define __STDC_FORMAT_MACROS
|
||||
#if !defined(_WIN64)
|
||||
|
||||
#if defined(_WIN32)
|
||||
# define _USE_32BIT_TIME_T 1
|
||||
#endif
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
|
Loading…
Reference in a new issue