https://bugzilla.redhat.com/show_bug.cgi?id=1306047
Sandro Mani manisandro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment|0 |1 #1122778 is| | obsolete| |
--- Comment #8 from Sandro Mani manisandro@gmail.com --- Created attachment 1122789 --> https://bugzilla.redhat.com/attachment.cgi?id=1122789&action=edit Patch
The winpthreads was a bad leftover. Removed.
I had mis-diagnosed a crash as being related to win32 threads. Win32 threads are working fine, so yes, it is intentional that I dropped the posix threads configure argument from the patch.
About the glib-prefer-constructors-over-DllMain: the modified code should fall back cleanly to the previous DllMain approach if G_HAS_CONSTRUCTORS is not defined, which should be the case with MSVC. So, unless I'm missing something, nothing should change for MSVC?