ADD: @ikarus / @pwpiwi solution to stop treating GCC 6.1.1 warnings like errors....
[proxmark3-svn] / client / proxmark3.h
index 6665b75b7a313eb038657c2d921be36cc1bce742..89cac87818253e6122fc9fa3f0071dff161abe8f 100644 (file)
 #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