2009-06-18 Marcus Brinkmann <marcus@g10code.de>
* gpgme.def: Fix stupid typo. * w32-io.c (_gpgme_io_pipe): Add missing declaration.
This commit is contained in:
parent
0d77c1a3aa
commit
e6ff9579ba
@ -1,5 +1,8 @@
|
||||
2009-06-18 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.def: Fix stupid typo.
|
||||
* w32-io.c (_gpgme_io_pipe): Add missing declaration.
|
||||
|
||||
* gpgme.h.in (GPGME_CONF_PATHNAME): Remove obsolete macro.
|
||||
|
||||
* w32-io.c (_gpgme_io_pipe): Allocate reader/writer thread right
|
||||
|
@ -177,8 +177,8 @@ EXPORTS
|
||||
gpgme_io_read @136
|
||||
gpgme_io_write @137
|
||||
|
||||
gpgme_release_ref @138
|
||||
gpgme_release_unref @139
|
||||
gpgme_result_ref @138
|
||||
gpgme_result_unref @139
|
||||
|
||||
gpgme_op_import_keys @140
|
||||
gpgme_op_import_keys_start @141
|
||||
|
@ -863,6 +863,7 @@ _gpgme_io_pipe (int filedes[2], int inherit_idx)
|
||||
}
|
||||
else if (inherit_idx == 1)
|
||||
{
|
||||
struct reader_context_s *ctx;
|
||||
HANDLE hd;
|
||||
if (!DuplicateHandle( GetCurrentProcess(), wh,
|
||||
GetCurrentProcess(), &hd, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user