Commit d0c69396 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Wine Gecko 0.9.1 release.

parent f42e5070
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* compatible with XPCOM, usable in C code. * compatible with XPCOM, usable in C code.
*/ */
cpp_quote("#define GECKO_VERSION \"0.9.0\"") cpp_quote("#define GECKO_VERSION \"0.9.1\"")
cpp_quote("#define GECKO_VERSION_STRING \"Wine Gecko \" GECKO_VERSION") cpp_quote("#define GECKO_VERSION_STRING \"Wine Gecko \" GECKO_VERSION")
import "wtypes.idl"; import "wtypes.idl";
...@@ -873,6 +873,7 @@ interface nsIDOMNSDocument : nsISupports ...@@ -873,6 +873,7 @@ interface nsIDOMNSDocument : nsISupports
/* Wine extensions */ /* Wine extensions */
nsresult WineAddObserver(nsIDocumentObserver *aObserver); nsresult WineAddObserver(nsIDocumentObserver *aObserver);
nsresult WineRemoveObserver(nsIDocumentObserver *aObserver);
nsresult WineAddScriptRunner(nsIRunnable *aRunnable); nsresult WineAddScriptRunner(nsIRunnable *aRunnable);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment