summaryrefslogtreecommitdiff
path: root/src/w32-types.inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-types.inc.h')
-rw-r--r--src/w32-types.inc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/w32-types.inc.h b/src/w32-types.inc.h
index 552ffd0..b60cd2c 100644
--- a/src/w32-types.inc.h
+++ b/src/w32-types.inc.h
@@ -32,4 +32,10 @@ typedef void *assuan_msghdr_t;
# endif
#endif
+#ifdef _WIN64
+ typedef unsigned long long assuan_pid_t;
+#else
+ typedef unsigned long assuan_pid_t;
+#endif
+
##EOF##