mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +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:
parent
d131bae53d
commit
0bd1de96cf
@ -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 ===
|
||||
|
@ -21,6 +21,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef __G_SOURCECLOSURE_H__
|
||||
#define __G_SOURCECLOSURE_H__
|
||||
|
||||
#include <gobject/gclosure.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user