Actually define the guard after checking for it. (#108038, Morten

Fri Jun 18 22:55:36 2004  Matthias Clasen  <maclas@gmx.de>

	* gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually
	define the guard after checking for it.  (#108038,
	Morten Welinder)
This commit is contained in:
Matthias Clasen 2004-06-19 02:57:15 +00:00 committed by Matthias Clasen
parent d131bae53d
commit 0bd1de96cf
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Fri Jun 18 22:53:13 2004 Matthias Clasen <maclas@gmx.de>
* gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually
define the guard after checking for it. (#108038,
Morten Welinder)
2004-04-30 Matthias Clasen <mclasen@redhat.com>
* === Released 2.4.1 ===

View File

@ -21,6 +21,7 @@
#endif
#ifndef __G_SOURCECLOSURE_H__
#define __G_SOURCECLOSURE_H__
#include <gobject/gclosure.h>