소스 검색

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 <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Stefan Weil 14 년 전
부모
커밋
6a33e7b609
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      qemu-common.h

+ 0 - 5
qemu-common.h

@@ -112,11 +112,6 @@ static inline char *realpath(const char *path, char *resolved_path)
     _fullpath(resolved_path, path, _MAX_PATH);
     _fullpath(resolved_path, path, _MAX_PATH);
     return resolved_path;
     return resolved_path;
 }
 }
-
-#define PRId64 "I64d"
-#define PRIx64 "I64x"
-#define PRIu64 "I64u"
-#define PRIo64 "I64o"
 #endif
 #endif
 
 
 /* FIXME: Remove NEED_CPU_H.  */
 /* FIXME: Remove NEED_CPU_H.  */