[Mingw-w64-public] [PATCH] Add defines for IID_IEnumContextProps and IID_IContext in uuid.c

2019-08-14 Thread Zach Bacon
>From 507d2ca2e45aa7ad1ce5fa35151b10b487b34026 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sat, 20 Jul 2019 02:45:10 -0400 Subject: [PATCH] Add defines for IID_IEnumContextProps and IID_IContext in uuid.c --- mingw-w64-crt/libsrc/uuid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m

[Mingw-w64-public] [PATCH] Implement IID_IAccessControl

2019-08-14 Thread Zach Bacon
>From 34c9376b9ca61da22da61a9553a2a9da10323fa7 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sat, 20 Jul 2019 02:56:07 -0400 Subject: [PATCH] Implement IID_IAccessControl --- mingw-w64-crt/libsrc/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-crt/libsrc/uuid.c b/mingw-w64-

[Mingw-w64-public] [PATCH] Add a few more UUID's for IHTMLOMWindowServices etc

2019-08-14 Thread Zach Bacon
>From d9fa05738de7de26147e460c29ac80b088422799 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Tue, 23 Jul 2019 10:01:59 -0400 Subject: [PATCH] Add a few more UUID's for IHTMLOMWindowServices etc --- mingw-w64-crt/libsrc/uuid.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/ming

[Mingw-w64-public] [PATCH] Add CLSID_DCOMAccessControl to uuid.c

2019-08-14 Thread Zach Bacon
>From 1230ab46e787998e5a9ef5856c204140c0844c3e Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sat, 20 Jul 2019 10:07:11 -0400 Subject: [PATCH] Add CLSID_DCOMAccessControl to uuid.c --- mingw-w64-crt/libsrc/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-crt/libsrc/uuid.c b/m

[Mingw-w64-public] [PATCH] Add GUIDs for audio/image/media file summary information

2019-08-14 Thread Zach Bacon
>From 25136cf0a719e44405aca6eeebde023d2d4eb180 Mon Sep 17 00:00:00 2001 From: Joan Karadimov Date: Thu, 15 Aug 2019 05:00:33 +0300 Subject: [PATCH] Add GUIDs for audio/image/media file summary information (#1) Special thanks to @joankaradimov --- mingw-w64-headers/include/shlguid.h | 3 +++ 1 fi

Re: [Mingw-w64-public] [PATCH] Wait on sema_b again to ensure pthread_cond_wait() functions atomically as required by POSIX.

2019-08-14 Thread Liu Hao
在 2019/8/13 2:40, xno...@gmail.com 写道: > Since holding sema_b before aquiring waiters_count_lock_ can lead to > deadlocks try to aquire waiters_count_lock_ opportunistically. If it fails > then release sema_b and sched_yield() to give the other thread (which has > aquired waiters_count_lock_ and is