From 6a33e7b6097138a07fb16a56e5ab667f05473eca Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 24 Jun 2011 12:15:49 +0200 Subject: w32: Remove redundant definitions of PRI*64 The PRI*64 macros are defined in MinGW's inttypes.h since 2002, so they are not needed in qemu-common.h (which includes inttypes.h). Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- qemu-common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'qemu-common.h') diff --git a/qemu-common.h b/qemu-common.h index 109498dd4..abd7a75b7 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -112,11 +112,6 @@ static inline char *realpath(const char *path, char *resolved_path) _fullpath(resolved_path, path, _MAX_PATH); return resolved_path; } - -#define PRId64 "I64d" -#define PRIx64 "I64x" -#define PRIu64 "I64u" -#define PRIo64 "I64o" #endif /* FIXME: Remove NEED_CPU_H. */ -- cgit v1.2.3