2002-11-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h [_MSC_VER]: Define ssize_t as long.
This commit is contained in:
parent
5047222b11
commit
80e77635cf
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-22 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.h [_MSC_VER]: Define ssize_t as long.
|
||||||
|
|
||||||
2002-11-21 Marcus Brinkmann <marcus@g10code.de>
|
2002-11-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* decrypt.c: Some beautyfication.
|
* decrypt.c: Some beautyfication.
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <stdio.h> /* For FILE *. */
|
#include <stdio.h> /* For FILE *. */
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
typedef long off_t;
|
typedef long off_t;
|
||||||
|
typedef long ssize_t;
|
||||||
#else
|
#else
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user