projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ADD: @ikarus / @pwpiwi solution to stop treating GCC 6.1.1 warnings like errors....
[proxmark3-svn]
/
client
/
proxmark3.h
diff --git
a/client/proxmark3.h
b/client/proxmark3.h
index 6665b75b7a313eb038657c2d921be36cc1bce742..89cac87818253e6122fc9fa3f0071dff161abe8f 100644
(file)
--- a/
client/proxmark3.h
+++ b/
client/proxmark3.h
@@
-12,6
+12,10
@@
#ifndef PROXMARK3_H__
#define PROXMARK3_H__
+#ifdef __WIN32
+// for MINGW32 environments
+ #define _USE_32BIT_TIME_T 1
+#endif
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#define lx PRIx32
Impressum
,
Datenschutz