more temp fix for PRIx32, PRIu32 : lf_icehid , hf_young

This commit is contained in:
root 2020-03-13 13:15:06 -04:00
parent 2d64b5d3a2
commit aa0c2845cb

View file

@ -17,6 +17,12 @@
#ifndef PRIx64
#define PRIx64 "llx"
#endif
#ifndef PRIx32
#define PRIx32 "lx"
#endif
#ifndef PRIu32
#define PRIu32 "lu"
#endif
// Basic macros