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:
Tor Lillqvist
2001-01-29 21:33:37 +00:00
committed by Tor Lillqvist
parent e6e88520c9
commit f9da22ef07
11 changed files with 78 additions and 11 deletions

View File

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