mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Make glibconfig.h include guards consistent
This commit is contained in:
parent
d09800d86e
commit
31f0ad3f35
@ -2859,8 +2859,8 @@ AC_CONFIG_COMMANDS([glib/glibconfig.h],
|
|||||||
* This is a generated file. Please modify 'configure.ac'
|
* This is a generated file. Please modify 'configure.ac'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __G_LIBCONFIG_H__
|
#ifndef __GLIBCONFIG_H__
|
||||||
#define __G_LIBCONFIG_H__
|
#define __GLIBCONFIG_H__
|
||||||
|
|
||||||
#include <glib/gmacros.h>
|
#include <glib/gmacros.h>
|
||||||
|
|
||||||
@ -3179,7 +3179,7 @@ typedef $g_pid_type GPid;
|
|||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* GLIBCONFIG_H */
|
#endif /* __GLIBCONFIG_H__ */
|
||||||
_______EOF
|
_______EOF
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user