more temp fix for PRIx32, PRIu32 : lf_icehid , hf_young
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
#ifndef PRIx64
|
||||
#define PRIx64 "llx"
|
||||
#endif
|
||||
#ifndef PRIx32
|
||||
#define PRIx32 "lx"
|
||||
#endif
|
||||
#ifndef PRIu32
|
||||
#define PRIu32 "lu"
|
||||
#endif
|
||||
|
||||
// Basic macros
|
||||
|
||||
|
||||
Reference in New Issue
Block a user