diff options
Diffstat (limited to 'src/w32-types.inc.h')
-rw-r--r-- | src/w32-types.inc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/w32-types.inc.h b/src/w32-types.inc.h index 56bc7b2..35aaec9 100644 --- a/src/w32-types.inc.h +++ b/src/w32-types.inc.h @@ -20,4 +20,10 @@ ## This file is included by the mkheader tool. Lines starting with ## a double hash mark are not copied to the destination file. typedef void *assuan_msghdr_t; + +#ifdef _MSC_VER + typedef long ssize_t; + typedef int pid_t; +#endif + ##EOF## |