Re: [Qemu-devel] [PATCH 2/3] w64: Add definition of FMT_pid

2011-07-15 Thread Andreas Färber
Am 15.07.2011 um 21:38 schrieb Stefan Weil: For mingw-w64, pid_t is _pid_t which is __int64, so this platform needs its own definition of FMT_pid. Signed-off-by: Stefan Weil Ah, that's probably lld then and thus different from the existing definitions. Reviewed-by: Andreas Färber Andre

[Qemu-devel] [PATCH 2/3] w64: Add definition of FMT_pid

2011-07-15 Thread Stefan Weil
For mingw-w64, pid_t is _pid_t which is __int64, so this platform needs its own definition of FMT_pid. Signed-off-by: Stefan Weil --- osdep.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/osdep.h b/osdep.h index a817017..252d050 100644 --- a/osdep.h +++ b/osdep.h @@ -