diff options
author | Werner Koch <[email protected]> | 2011-04-06 11:45:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-04-06 11:45:15 +0000 |
commit | 7e547d87d2d3c170f9e035399f4afe56c999a923 (patch) | |
tree | 09b067855327b640491fb194f5b3f83182930ab0 /src/ChangeLog | |
parent | Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gpgme (diff) | |
download | gpgme-7e547d87d2d3c170f9e035399f4afe56c999a923.tar.gz gpgme-7e547d87d2d3c170f9e035399f4afe56c999a923.zip |
Insert platform dependent typedefs into gpgme.h
We already modify gpgme.h per playform and thus we can also get rid of
some #ifdefs. The change does not change anything for current
platforms but should do the right think for W64.
Note that as per MS specs ssize_t is to be defined as LONG_PTR which
translates to a long on 32 bit platforms and to __int64 on 64 bit
Windows platforms. We already used long in the past. There seems to
be a problem with some versions of mingw32 which includes a ssize_t
type typedefed to int. O(n 32 bit W32 platforms int and long are
identically.
Diffstat (limited to '')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 94200bc3..07b62bdb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-04-06 Werner Koch <[email protected]> + + * gpgme.h.in: Use INSERT__TYPEDEFS_FOR_GPGME_H to include platform + specific typedefs. + 2011-02-03 Werner Koch <[email protected]> * extra-stati.h: New. @@ -18,7 +23,7 @@ (is_socket): Remove function. (_gpgme_io_spawn) [HAVE_W32CE_SYSTEM]: Remove some dead code. (_gpgme_io_spawn): Translate handles before DuplicateHandle them. - + 2011-02-02 Marcus Brinkmann <[email protected]> * w32-util.c (mkstemp): Don't use CreateFile instead of open (the @@ -7074,7 +7079,8 @@ * data.c (gpgme_data_rewind): Allow to rewind data_type_none. - Copyright 2001,2002,2003,2004,2005,2006,2007,2008,2009 g10 Code GmbH + Copyright 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010, + 2011 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |