2009-06-18 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 18 Jun 2009 16:51:56 +0000 (16:51 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 18 Jun 2009 16:51:56 +0000 (16:51 +0000)
* gpgme.def: Fix stupid typo.
* w32-io.c (_gpgme_io_pipe): Add missing declaration.

trunk/src/ChangeLog
trunk/src/gpgme.def
trunk/src/w32-io.c

index 88be268fc18cedcb8fcdd256a4853477b9afb659..3d261a35913b219c1147581308933bc0abb950d8 100644 (file)
@@ -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
index ac0fe9a222966297dc41702e8341bd251371fead..d5195ebb34ae811f4efa788d7ea4fc08abe3fe45 100644 (file)
@@ -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
index 67a02bba7698f3ee8607728cc4e0d3037bfb6c51..f87db121ea7133993f92542327161d973f0c3f5b 100644 (file)
@@ -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,