Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d0c69396
Commit
d0c69396
authored
Feb 05, 2009
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Wine Gecko 0.9.1 release.
parent
f42e5070
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
nsiface.idl
dlls/mshtml/nsiface.idl
+2
-1
No files found.
dlls/mshtml/nsiface.idl
View file @
d0c69396
...
@@ -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);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment