ryujinx-greemdev: init at 1.2.76 (#353897)
[NixPkgs.git] / pkgs / development / libraries / qt-5 / 5.15 / qtscript.patch
blob5508dec1280e3a3f07761a942b7f9aa6ec2112d3
1 diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
2 index 1f6d25e..087c3fb 100644
3 --- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
4 +++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
5 @@ -81,7 +81,7 @@
6 #include <pthread.h>
7 #elif PLATFORM(GTK)
8 #include <wtf/gtk/GOwnPtr.h>
9 -typedef struct _GMutex GMutex;
10 +typedef union _GMutex GMutex;
11 typedef struct _GCond GCond;
12 #endif