Re: [Mingw-w64-public] pthread.h

2019-04-08 Thread Liu Hao
在 2019/4/8 下午8:34, Kacvinsky, Tom 写道: > Is the minge-64-headers component of the CRT repo supposed to install > pthread.h? > > I don't think so. should only be installed along with winpthreads which is in the 'mingw-w64-libraries/winpthreads' directory. -- Best regards, LH_Mouse signature.

[Mingw-w64-public] pthread.h

2019-04-08 Thread Kacvinsky, Tom
Is the minge-64-headers component of the CRT repo supposed to install pthread.h? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] pthread.h patch

2014-12-09 Thread Martell Malone
Hey, I already remove all those _r time function from pthread. Can you check the latest head? As this patch won't apply Martell On Tue, Dec 9, 2014 at 3:36 PM, Marty Plummer wrote: > Patch provided in answer to my request regarding conflicts with ruby's > pthread definitions > > >

[Mingw-w64-public] pthread.h patch

2014-12-09 Thread Marty Plummer
Patch provided in answer to my request regarding conflicts with ruby's pthread definitions diff --git a/pthread.h.orig b/pthread.h index 2029713..c488aa1 100644 --- a/pthread.h.orig +++ b/pthread.h @@ -68,6 +68,8 @@ #include #include +#include +#include #include "pthread_compat.h" @@ -

[Mingw-w64-public] pthread.h patch

2014-12-09 Thread Marty Plummer
Patch provided in answer to my request regarding conflicts with ruby's pthread definitions diff --git a/pthread.h.orig b/pthread.h index 2029713..c488aa1 100644 --- a/pthread.h.orig +++ b/pthread.h @@ -68,6 +68,8 @@ #include #include +#include +#include #include "pthread_compat.h" @@ -