Comment 8 for bug 1923642

Revision history for this message
In , Jralls (jralls) wrote :

> I guess glib's multiple-inclusion-protection in the header saves us here :)

Exactly. It's also what kills us when #include <glib.h> is after the extern "C" block.

Interesting as well that fixing this one instance gets GnuCash to build: There are several more in the original commit.