diff options
Diffstat (limited to 'm4/_xine.m4')
-rw-r--r-- | m4/_xine.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 897ba07a2..60baed8c1 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -265,6 +265,19 @@ EOF # define PRIx64 PRI64_PREFIX "x" #endif +#ifndef PRIX8 +# define PRIX8 "X" +#endif +#ifndef PRIX16 +# define PRIX16 "X" +#endif +#ifndef PRIX32 +# define PRIX32 "X" +#endif +#ifndef PRIX64 +# define PRIX64 PRI64_PREFIX "X" +#endif + #ifndef PRIdFAST8 # define PRIdFAST8 "d" #endif |