mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Use the same GMutex structure as the configure-generated glibconfig.h
2001-01-29 Tor Lillqvist <tml@iki.fi> * glibconfig.h.win32.in: Use the same GMutex structure as the configure-generated glibconfig.h does. * gstrfuncs.c (g_strsignal): Declare strsignal() on Cygwin, too, says jbdoll@kepri.re.kr.
This commit is contained in:
committed by
Tor Lillqvist
parent
e6e88520c9
commit
f9da22ef07
@@ -676,7 +676,7 @@ g_strsignal (gint signum)
|
||||
char *msg;
|
||||
|
||||
#ifdef HAVE_STRSIGNAL
|
||||
#ifdef G_OS_BEOS
|
||||
#if defined(G_OS_BEOS) || defined(G_WITH_CYGWIN)
|
||||
extern const char * strsignal(int);
|
||||
#else /* !G_OS_BEOS */
|
||||
/* this is declared differently (const) in string.h on BeOS */
|
||||
|
Reference in New Issue
Block a user