aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/gpgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r--gpgme/gpgme.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 04615e63..adc769f3 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -37,6 +37,9 @@
typedef long ssize_t;
#else
# include <sys/types.h>
+#ifdef _WIN32
+typedef long ssize_t;
+#endif
#endif
#ifdef __cplusplus
@@ -71,7 +74,7 @@ extern "C" {
AM_PATH_GPGME macro) check that this header matches the installed
library. Warning: Do not edit the next line. configure will do
that for you! */
-#define GPGME_VERSION "0.4.5-cvs"
+#define GPGME_VERSION "0.4.6-cvs"
/* Some opaque data types used by GPGME. */