]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
FIX: lets see if this fixes the pyramid clone crash on OSX
[proxmark3-svn] / client / proxmark3.h
index a634fd68179bf1d29b3bb4a8a29fed6fde3d3080..6665b75b7a313eb038657c2d921be36cc1bce742 100644 (file)
 #ifndef PROXMARK3_H__
 #define PROXMARK3_H__
 
-#define __STDC_FORMAT_MACROS
+#define __STDC_FORMAT_MACROS 1
 #include <inttypes.h>
+#define lx  PRIx32
 #define llx PRIx64
 #define lli PRIi64
+#define llu PRIu64
 #define hhu PRIu8
 
 #include "usb_cmd.h"
Impressum, Datenschutz