From cf95f1b6eefabbdd1ad3f6d5d5ffbc67b9b4fe66 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 18 Jun 2009 16:51:56 +0000 Subject: [PATCH] 2009-06-18 Marcus Brinkmann * gpgme.def: Fix stupid typo. * w32-io.c (_gpgme_io_pipe): Add missing declaration. --- trunk/src/ChangeLog | 3 +++ trunk/src/gpgme.def | 4 ++-- trunk/src/w32-io.c | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/trunk/src/ChangeLog b/trunk/src/ChangeLog index 88be268..3d261a3 100644 --- a/trunk/src/ChangeLog +++ b/trunk/src/ChangeLog @@ -1,5 +1,8 @@ 2009-06-18 Marcus Brinkmann + * 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 diff --git a/trunk/src/gpgme.def b/trunk/src/gpgme.def index ac0fe9a..d5195eb 100644 --- a/trunk/src/gpgme.def +++ b/trunk/src/gpgme.def @@ -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 diff --git a/trunk/src/w32-io.c b/trunk/src/w32-io.c index 67a02bb..f87db12 100644 --- a/trunk/src/w32-io.c +++ b/trunk/src/w32-io.c @@ -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, -- 2.26.2