From: Eli Zaretskii Date: Thu, 5 Sep 2024 05:38:16 +0000 (+0300) Subject: ; Another fix for str2sig.h X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29e437f81880e3ba449c268c09136694d795b2fb;p=emacs.git ; Another fix for str2sig.h (cherry picked from commit df57e44a08fd5c7dc159254a40f5d2e4d008e8df) --- diff --git a/lib/sig2str.h b/lib/sig2str.h index bfb207777cc..62b6d628f12 100644 --- a/lib/sig2str.h +++ b/lib/sig2str.h @@ -32,10 +32,10 @@ # define SIG2STR_MAX (5 + 1 + 10 + 1 + 2) #endif -#ifndef HAVE_SIG2STR +#ifdef __MINGW32__ int sig2str (int, char *); #endif -#ifndef HAVE_STR2SIG +#ifdef __MINGW32__ int str2sig (char const *, int *); #endif