aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/gpgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r--gpgme/gpgme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 495289ce..f790a6f1 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -25,6 +25,7 @@
#include <stdio.h> /* For FILE *. */
#ifdef _MSC_VER
typedef long off_t;
+ typedef long ssize_t;
#else
# include <sys/types.h>
#endif