diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-14 15:50:07 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-14 15:50:07 +0000 |
commit | ec3757de320f5cc847fb51bff8bc99a9d264389d (patch) | |
tree | ed1fbe0e6031ed7be65190f1562be15f3dcc7195 /vl.h | |
parent | e8445331b61e3d253665e03d0b376e464216806f (diff) |
use C99 64 bit printf format to ease win32 porting
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1974 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ static inline char *realpath(const char *path, char *resolved_path) _fullpath(resolved_path, path, _MAX_PATH); return resolved_path; } + +#define PRId64 "I64d" #endif #ifdef QEMU_TOOL |