aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-io.c')
-rw-r--r--src/w32-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-io.c b/src/w32-io.c
index ad1e330c..436bb7b2 100644
--- a/src/w32-io.c
+++ b/src/w32-io.c
@@ -485,7 +485,7 @@ destroy_reader (struct reader_context_s *ctx)
dlopen that syscall. */
if (ctx->file_hd != INVALID_HANDLE_VALUE)
{
- /* Fixme: Call CancelSynchronousIo (handle_of_thread). */
+ _gpgme_w32_cancel_synchronous_io (ctx->thread_hd);
}
else if (ctx->file_sock != INVALID_SOCKET)
{