Skip to content

Commit b699e5a

Browse files
committed
init gsf in msi interop
1 parent 411ac24 commit b699e5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

msi-interop/handle_table.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "handle_table.h"
22
#include <glib.h>
3+
#include <gsf/gsf-utils.h>
34

45
typedef struct {
56
GObject *obj;
@@ -245,5 +246,6 @@ __attribute__((constructor))
245246
static void
246247
handle_table_auto_init(void)
247248
{
249+
gsf_init();
248250
handle_table_init();
249251
}

0 commit comments

Comments
 (0)