qt5: 5.12.7 -> 5.14.2

This includes contributions by @ttuegel and @DizFer. Thanks!
This commit is contained in:
Milan Pässler
2020-07-31 18:50:58 +02:00
committed by Milan
parent 903f5dd519
commit d4c607aa71
25 changed files with 2183 additions and 6 deletions
@@ -0,0 +1,13 @@
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
index 1f6d25e..087c3fb 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
@@ -81,7 +81,7 @@
#include <pthread.h>
#elif PLATFORM(GTK)
#include <wtf/gtk/GOwnPtr.h>
-typedef struct _GMutex GMutex;
+typedef union _GMutex GMutex;
typedef struct _GCond GCond;
#endif