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
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
@@ -