GNOME Bugzilla – Bug 761922
Fix constructor on Windows
Last modified: 2016-02-28 12:28:15 UTC
I think DllMain() needs to be used for the constructor. See how it is done in libsoup: https://git.gnome.org/browse/libsoup/tree/libsoup/soup-init.c
Done. But not tested on Windows.