gvariant-internal.h: fix the include hack
authorDan Winship <danw@gnome.org>
Sat, 10 Nov 2012 16:13:24 +0000 (11:13 -0500)
committerDan Winship <danw@gnome.org>
Thu, 15 Nov 2012 19:19:06 +0000 (14:19 -0500)
commit75d2c1823c56f01db1b2e97bd9287fd70fdcd84d
treec5b1a6e82f9dced08f070468d3b8f1c99c7f0ca2
parent468a166711ab78986b3404909c6d9c0cf3633bea
gvariant-internal.h: fix the include hack

gvariant-internal.h was defining GLIB_COMPILATION so that it could
include individual headers, but this broke tests/gvariant on windows
because setting GLIB_COMPILATION changes the definition of GLIB_VAR,
causing external variables to not be found. Fix this by having it
define __GLIB_H_INSIDE__ instead.

https://bugzilla.gnome.org/show_bug.cgi?id=688109
glib/gvariant-internal.h