From 39a2b8dac9d28970f2a10b61da3136f5b8fc3801 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 17 Dec 2020 18:10:21 +0100 Subject: [PATCH] Update remake. --- remake.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/remake.cpp b/remake.cpp index 56a3c2f..b7588d3 100644 --- a/remake.cpp +++ b/remake.cpp @@ -363,7 +363,7 @@ Remakefile: Remakefile.in ./config.status \section sec-licensing Licensing @author Guillaume Melquiond -@version 0.14 +@version 0.15 @date 2012-2020 @copyright This program is free software: you can redistribute it and/or modify @@ -464,7 +464,7 @@ enum { INVALID_SOCKET = -1 }; extern char **environ; #endif -#if defined(WINDOWS) || defined(MACOSX) +#if (defined(WINDOWS) || defined(MACOSX)) && !defined(MSG_NOSIGNAL) enum { MSG_NOSIGNAL = 0 }; #endif @@ -800,7 +800,7 @@ struct log } }; -static log debug; +static struct log debug; struct log_auto_close {