After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761922 - Fix constructor on Windows
Fix constructor on Windows
Status: RESOLVED FIXED
Product: gspell
Classification: Other
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gspell maintainers
gspell maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-12 10:57 UTC by Sébastien Wilmet
Modified: 2016-02-28 12:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sébastien Wilmet 2016-02-12 10:57:10 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
Comment 1 Sébastien Wilmet 2016-02-28 12:28:15 UTC
Done. But not tested on Windows.