> @@ -49,6 +49,7 @@ > > > > +#ifndef GLIB_MAJOR_VERSION
IIUC GLIB_MAJOR_VERSION
will always be defined, and if not, there will be a compilation (preprocessor) error much earlier where we unconditionally include glib.h
.
—
Reply to this email directly or view it on GitHub.