]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands...
[proxmark3-svn] / client / proxmark3.h
index 2c881042010ff1ac87c15a4a81895b8c6095f3dc..9b10af1ae8a74f2aa083a6ee91a26c7b161a05f3 100644 (file)
@@ -15,7 +15,9 @@
 // Handle platform specific includes
 #ifdef _WIN32
 // for MINGW32 environments
-  #define _USE_32BIT_TIME_T 1
+  #ifndef _USE_32BIT_TIME_T
+    #define _USE_32BIT_TIME_T 1
+  #endif  
   #include <time.h>
   #include <windows.h>
 #else
Impressum, Datenschutz