|
|
|
@ -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*);
|
|
|
|
|
+
|
|
|
|
|