diff options
author | Marcus Brinkmann <[email protected]> | 2009-06-18 13:41:48 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-06-18 13:41:48 +0000 |
commit | 0d77c1a3aa9927f0bac6ff1b543f883e1d69753e (patch) | |
tree | 7c720c0a1a5d0289cdf582624937649dfd569bd3 /src/gpgme.h.in | |
parent | 2009-06-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-0d77c1a3aa9927f0bac6ff1b543f883e1d69753e.tar.gz gpgme-0d77c1a3aa9927f0bac6ff1b543f883e1d69753e.zip |
2009-06-18 Marcus Brinkmann <[email protected]>
* gpgme.h.in (GPGME_CONF_PATHNAME): Remove obsolete macro.
* w32-io.c (_gpgme_io_pipe): Allocate reader/writer thread right
away.
(_gpgme_io_read, _gpgme_io_write, _gpgme_io_select)
(_gpgme_io_dup): Never allocate threads here.
(find_writer, find_reader): Check return value of thread creation
function.
Diffstat (limited to 'src/gpgme.h.in')
-rw-r--r-- | src/gpgme.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index e02a98c3..45c1613b 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -1793,9 +1793,6 @@ typedef enum GPGME_CONF_ALIAS_LIST = 37 } gpgme_conf_type_t; -/* Macro for backward compatibility (even though it was undocumented - and marked as experimental in 1.1.6 - will be removed after 1.1.7): */ -#define GPGME_CONF_PATHNAME GPGME_CONF_FILENAME /* This represents a single argument for a configuration option. |