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:56:56 +00:00 committed by Matthias Clasen
parent ee36853a87
commit afd47a2f5a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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)
2004-06-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.4.2 ===

View File

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