在 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.
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
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
>
>
>
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"
@@ -
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"
@@ -