mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-20 23:18:37 +01:00
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:
committed by
Matthias Clasen
parent
ee36853a87
commit
afd47a2f5a
@@ -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>
|
2004-06-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.4.2 ===
|
* === Released 2.4.2 ===
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __G_SOURCECLOSURE_H__
|
#ifndef __G_SOURCECLOSURE_H__
|
||||||
|
#define __G_SOURCECLOSURE_H__
|
||||||
|
|
||||||
#include <gobject/gclosure.h>
|
#include <gobject/gclosure.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user