lol
at 18.03-beta 13 lines 487 B view raw
1diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h 2index 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 13