diff options
Diffstat (limited to '')
-rw-r--r-- | src/assuan-io-pth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assuan-io-pth.c b/src/assuan-io-pth.c index 53840e5..d2d8fed 100644 --- a/src/assuan-io-pth.c +++ b/src/assuan-io-pth.c @@ -65,7 +65,7 @@ _assuan_simple_write (assuan_context_t ctx, const void *buffer, size_t size) return pth_write (ctx->outbound.fd, buffer, size); } -#ifdef _WIN32 +#ifdef HAVE_W32_SYSTEM int _assuan_simple_sendmsg (assuan_context_t ctx, void *msg) #else @@ -106,7 +106,7 @@ _assuan_simple_sendmsg (assuan_context_t ctx, struct msghdr *msg) #endif } -#ifdef _WIN32 +#ifdef HAVE_W32_SYSTEM int _assuan_simple_recvmsg (assuan_context_t ctx, void *msg) #else |