; Another fix for str2sig.h

This commit is contained in:
Eli Zaretskii 2024-09-05 08:38:16 +03:00
parent 91e7b47d6c
commit df57e44a08

View file

@ -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