From 11294204c968d68ce1aae91f57387789760235f8 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 22 Jan 2020 15:21:32 -0600 Subject: [PATCH] Missed one function --- wine-5.0-gcc10.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wine-5.0-gcc10.patch b/wine-5.0-gcc10.patch index d940940..490d9d1 100644 --- a/wine-5.0-gcc10.patch +++ b/wine-5.0-gcc10.patch @@ -151,13 +151,14 @@ HRESULT get_style_property_var(CSSStyle*,styleid_t,VARIANT*) DECLSPEC_HIDDEN; --- a/dlls/mshtml/main.c 2020-01-22 15:13:00.207929201 -0600 +++ b/dlls/mshtml/main.c 2020-01-22 15:13:10.037943213 -0600 -@@ -51,6 +51,12 @@ +@@ -51,6 +51,13 @@ HINSTANCE hInst; DWORD mshtml_tls = TLS_OUT_OF_INDEXES; +void (__cdecl *ccp_init)(ExternalCycleCollectionParticipant*,const CCObjCallback*); +nsrefcnt (__cdecl *ccref_decr)(nsCycleCollectingAutoRefCnt*,nsISupports*,ExternalCycleCollectionParticipant*); +nsrefcnt (__cdecl *ccref_incr)(nsCycleCollectingAutoRefCnt*,nsISupports*); ++void (__cdecl *ccref_init)(nsCycleCollectingAutoRefCnt*,nsrefcnt); +void (__cdecl *describe_cc_node)(nsCycleCollectingAutoRefCnt*,const char*,nsCycleCollectionTraversalCallback*); +void (__cdecl *note_cc_edge)(nsISupports*,const char*,nsCycleCollectionTraversalCallback*); +