Move the G_BEGIN_DECLS/G_END_DECLS pair outside the #if/#else/#endif

2005-08-04  Tor Lillqvist  <tml@novell.com>

	* glib/gstdio.h: Move the G_BEGIN_DECLS/G_END_DECLS pair outside
	the #if/#else/#endif block. Otherwise we had G_BEGIN_DECLS without
	matching G_END_DECLS on Unix, and G_END_DECLS without matching
	G_BEGIN_DECLS on Win32.
This commit is contained in:
Tor Lillqvist
2005-08-04 17:07:21 +00:00
committed by Tor Lillqvist
parent a22afd365e
commit 9c45222942
5 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2005-08-04 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h: Move the G_BEGIN_DECLS/G_END_DECLS pair outside
the #if/#else/#endif block. Otherwise we had G_BEGIN_DECLS without
matching G_END_DECLS on Unix, and G_END_DECLS without matching
G_BEGIN_DECLS on Win32.
2005-08-03 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version