We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411ac24 commit b699e5aCopy full SHA for b699e5a
1 file changed
msi-interop/handle_table.c
@@ -1,5 +1,6 @@
1
#include "handle_table.h"
2
#include <glib.h>
3
+#include <gsf/gsf-utils.h>
4
5
typedef struct {
6
GObject *obj;
@@ -245,5 +246,6 @@ __attribute__((constructor))
245
246
static void
247
handle_table_auto_init(void)
248
{
249
+ gsf_init();
250
handle_table_init();
251
}
0 commit comments