Revision 6a33e7b6 qemu-common.h

b/qemu-common.h
112 112
    _fullpath(resolved_path, path, _MAX_PATH);
113 113
    return resolved_path;
114 114
}
115

  
116
#define PRId64 "I64d"
117
#define PRIx64 "I64x"
118
#define PRIu64 "I64u"
119
#define PRIo64 "I64o"
120 115
#endif
121 116

  
122 117
/* FIXME: Remove NEED_CPU_H.  */

Also available in: Unified diff