Re: Adding support for mingw-w64 and winpthread

2016-03-25 Thread Johannes Pfau via D.gnu
Am Fri, 25 Mar 2016 09:15:06 + schrieb Vincent R : > > So the main question is: can we simply ditch gcc.gthreads and > > inline the code into rt.monitor? > > Thanks for all this information and it seems your knowledge is > far beyond mine so I cannot answer your last question but from >

Re: Adding support for mingw-w64 and winpthread

2016-03-25 Thread Vincent R via D.gnu
On Thursday, 24 March 2016 at 13:07:00 UTC, Johannes Pfau wrote: I also had another look at MinGW-W64 some weeks ago but then got distracted :-) Here's a quick patch to get winpthreads working: https://paste.gnome.org/pl3pqzcke This only hooks up the gthreads API with winpthreads. But when