Re: [PATCH] _cxa_thread_atexit fixes for Cygwin/MinGW-w64
Applied at revision 214163. Thanks, Kai
[PATCH] _cxa_thread_atexit fixes for Cygwin/MinGW-w64
The attached patch implements premature DLL unloading prevention in __cxa_thread_atexit for Cygwin and MinGW-w64 targets. The mingw.org target is welcome to do the same in their os_defines.h, but this code does require Windows XP/2003, and they have historically catered to older platforms. M