gpgme/src
Werner Koch 7e547d87d2 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.
2011-04-06 13:45:15 +02:00
..
assuan-support.c Fix Windows port (spawn and assuan engine). 2011-02-02 14:11:18 +01:00
ath-pth.c 2009-11-04 Marcus Brinkmann <marcus@g10code.de> 2009-11-04 18:13:44 +00:00
ath-pthread.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
ath.c Fixes for the MSC build 2010-11-15 08:40:30 +00:00
ath.h Fixes for the MSC build 2010-11-15 08:40:30 +00:00
ChangeLog Insert platform dependent typedefs into gpgme.h 2011-04-06 13:45:15 +02:00
context.h Detect old gpg versions not featuring the --passwd command. 2010-03-12 18:03:02 +00:00
conversion.c More include guards. 2010-11-03 09:56:27 +00:00
data-compat.c Fixes for the MSC build 2010-11-15 08:40:30 +00:00
data-fd.c More include guards. 2010-11-03 09:56:27 +00:00
data-mem.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
data-stream.c More include guards. 2010-11-03 09:56:27 +00:00
data-user.c More include guards. 2010-11-03 09:56:27 +00:00
data.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
data.h More include guards. 2010-11-03 09:56:27 +00:00
debug.c Hopefully last changes for building with MSC. 2010-11-03 10:33:10 +00:00
debug.h 2010-06-10 Marcus Brinkmann <marcus@g10code.de> 2010-06-10 13:49:19 +00:00
decrypt-verify.c 2009-11-10 Marcus Brinkmann <marcus@g10code.de> 2009-11-10 09:07:19 +00:00
decrypt.c Add support for non-API GnuPG status codes. 2011-02-03 20:49:41 +01:00
delete.c 2010-05-06 Marcus Brinkmann <marcus@g10code.de> 2010-05-06 13:39:55 +00:00
dirinfo.c 2009-11-10 Marcus Brinkmann <marcus@g10code.de> 2009-11-10 09:07:19 +00:00
edit.c 2009-11-05 Marcus Brinkmann <marcus@g10code.de> 2009-11-05 02:17:07 +00:00
encrypt-sign.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
encrypt.c 2009-11-05 Marcus Brinkmann <marcus@g10code.de> 2009-11-05 02:17:07 +00:00
engine-assuan.c More include guards. 2010-11-03 09:56:27 +00:00
engine-backend.h Add an API to change passphrases. Currently only implemented for 2010-01-05 17:36:53 +00:00
engine-g13.c More include guards. 2010-11-03 09:56:27 +00:00
engine-gpg.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
engine-gpgconf.c Fix gpgconf option change if not self-assigning. 2011-01-21 04:21:30 +01:00
engine-gpgsm.c More include guards. 2010-11-03 09:56:27 +00:00
engine-uiserver.c More include guards. 2010-11-03 09:56:27 +00:00
engine.c comment typo fixes 2010-06-29 17:13:07 +00:00
engine.h Add an API to change passphrases. Currently only implemented for 2010-01-05 17:36:53 +00:00
error.c 2010-09-02 Marcus Brinkmann <marcus@g10code.de> 2010-09-02 21:33:26 +00:00
export.c More changes for W32CE with MSC. 2010-11-04 08:16:57 +00:00
extra-stati.h Add support for non-API GnuPG status codes. 2011-02-03 20:49:41 +01:00
funopen.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
genkey.c 2010-11-15 Marcus Brinkmann <mb@g10code.com> 2010-11-15 15:30:04 +00:00
get-env.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
getauditlog.c 2009-11-05 Marcus Brinkmann <marcus@g10code.de> 2009-11-05 02:17:07 +00:00
gpgconf.c 2010-11-23 Marcus Brinkmann <mb@g10code.com> 2010-11-23 09:46:52 +00:00
gpgme-config.in 2009-10-20 Marcus Brinkmann <marcus@g10code.de> 2009-10-20 15:54:01 +00:00
gpgme-tool.c Allow multiple patterns for KEYLIST. 2010-12-08 09:55:00 +00:00
gpgme-w32spawn.c More include guards. 2010-11-03 09:56:27 +00:00
gpgme.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
gpgme.def 2010-08-18 Marcus Brinkmann <marcus@g10code.de> 2010-08-18 14:14:27 +00:00
gpgme.h.in Insert platform dependent typedefs into gpgme.h 2011-04-06 13:45:15 +02:00
gpgme.m4 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
import.c Return GPG_ERR_MISSING_ISSUER_CERT. 2010-09-16 14:17:50 +00:00
isascii.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
kdpipeiodevice.cpp 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
kdpipeiodevice.h 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
kdpipeiodevice.moc 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
key.c 2010-04-19 Marcus Brinkmann <marcus@g10code.de> 2010-04-19 16:59:23 +00:00
keylist.c More include guards. 2010-11-03 09:56:27 +00:00
libgpgme.vers 2010-08-18 Marcus Brinkmann <marcus@g10code.de> 2010-08-18 14:14:27 +00:00
Makefile.am Add support for non-API GnuPG status codes. 2011-02-03 20:49:41 +01:00
mkstatus Add support for non-API GnuPG status codes. 2011-02-03 20:49:41 +01:00
moc_kdpipeiodevice.cpp 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
op-support.c Add a new error code. 2010-09-16 13:39:00 +00:00
opassuan.c 2010-10-28 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de> 2010-10-28 14:00:14 +00:00
ops.h 2010-04-19 Marcus Brinkmann <marcus@g10code.de> 2010-04-19 16:59:23 +00:00
passphrase.c 2010-11-15 Marcus Brinkmann <mb@g10code.com> 2010-11-15 15:30:04 +00:00
passwd.c Detect old gpg versions not featuring the --passwd command. 2010-03-12 18:03:02 +00:00
posix-io.c More include guards. 2010-11-03 09:56:27 +00:00
posix-sema.c More include guards. 2010-11-03 09:56:27 +00:00
posix-util.c 2010-04-19 Marcus Brinkmann <marcus@g10code.de> 2010-04-19 16:59:23 +00:00
priv-io.h Fix Windows port (spawn and assuan engine). 2011-02-02 14:11:18 +01:00
progress.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
putc_unlocked.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
sema.h 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
setenv.c More include guards. 2010-11-03 09:56:27 +00:00
sig-notation.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
sign.c 2010-05-06 Marcus Brinkmann <marcus@g10code.de> 2010-05-06 13:39:55 +00:00
signers.c Hopefully last changes for building with MSC. 2010-11-03 10:33:10 +00:00
stpcpy.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
trust-item.c 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
trustlist.c 2009-10-27 Marcus Brinkmann <marcus@g10code.de> 2009-10-27 19:23:56 +00:00
ttyname_r.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
util.h More include guards. 2010-11-03 09:56:27 +00:00
vasprintf.c 2010-11-17 Marcus Brinkmann <mb@g10code.com> 2010-11-17 02:11:05 +00:00
verify.c 2010-05-06 Marcus Brinkmann <marcus@g10code.de> 2010-05-06 13:39:55 +00:00
version.c Allow the native W32 version to properly work with sockets. 2010-01-25 16:04:27 +00:00
versioninfo.rc.in 008-11-03 Marcus Brinkmann <marcus@g10code.com> 2008-11-03 17:24:09 +00:00
vfs-create.c First take on changes to allow building with MSC for W32CE. 2010-11-02 16:27:46 +00:00
vfs-mount.c 2010-04-19 Marcus Brinkmann <marcus@g10code.de> 2010-04-19 16:59:23 +00:00
w32-ce.c Hopefully last changes for building with MSC. 2010-11-03 10:33:10 +00:00
w32-ce.h 2010-11-15 Marcus Brinkmann <mb@g10code.com> 2010-11-15 15:30:04 +00:00
w32-glib-io.c More include guards. 2010-11-03 09:56:27 +00:00
w32-io.c Fix socket implementation on Windows. 2011-02-03 12:38:28 +01:00
w32-qt-io.cpp 2010-05-06 Marcus Brinkmann <marcus@g10code.de> 2010-05-06 15:16:57 +00:00
w32-sema.c More include guards. 2010-11-03 09:56:27 +00:00
w32-util.c Merge commit 'a2b9adafe46c55a2c26dd46163055bbdf3526835' 2011-02-02 13:51:42 +01:00
wait-global.c 2009-10-26 Marcus Brinkmann <marcus@g10code.de> 2009-10-26 18:52:32 +00:00
wait-private.c 2009-10-27 Marcus Brinkmann <marcus@g10code.de> 2009-10-27 19:23:56 +00:00
wait-user.c 2009-10-26 Marcus Brinkmann <marcus@g10code.de> 2009-10-26 18:52:32 +00:00
wait.c More include guards. 2010-11-03 09:56:27 +00:00
wait.h 2009-10-26 Marcus Brinkmann <marcus@g10code.de> 2009-10-26 18:52:32 +00:00