Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4539f4f2
Commit
4539f4f2
authored
Feb 13, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Feb 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Remove extra semi-colons after cpp_quote in nsiface.idl.
parent
9950cb4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
nsiface.idl
dlls/mshtml/nsiface.idl
+12
-12
No files found.
dlls/mshtml/nsiface.idl
View file @
4539f4f2
...
...
@@ -23,8 +23,8 @@
*
useable
in
C
code
.
*/
cpp_quote
(
"#define GECKO_VERSION \"
0.1.0
\
""
)
;
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
;
cpp_quote
(
"#define GECKO_VERSION \"
0.1.0
\
""
)
cpp_quote
(
"#define GECKO_VERSION_STRING \"
Wine
Gecko
\
" GECKO_VERSION"
)
import
"wtypes.idl"
;
...
...
@@ -736,7 +736,7 @@ interface nsIDOMElementCSSInlineStyle : nsISupports
nsresult GetStyle(nsIDOMCSSStyleDeclaration **aStyle);
}
cpp_quote("#undef GetClassName")
;
cpp_quote("#undef GetClassName")
[
object,
...
...
@@ -1263,7 +1263,7 @@ interface nsIWebBrowser : nsISupports
nsresult GetContentDOMWindow(nsIDOMWindow **aContentDOMWindow);
}
cpp_quote("#define SETUP_IS_CHROME_WRAPPER 7")
;
cpp_quote("#define SETUP_IS_CHROME_WRAPPER 7")
[
object,
...
...
@@ -1311,7 +1311,7 @@ interface nsIBaseWindow : nsISupports
nsresult SetTitle(const PRUnichar *aTitle);
}
cpp_quote("#define LOAD_FLAGS_NONE 0")
;
cpp_quote("#define LOAD_FLAGS_NONE 0")
[
object,
...
...
@@ -1710,13 +1710,13 @@ interface nsIDOMEvent : nsISupports
nsresult InitEvent(const nsAString *eventTypeArg, PRBool canBubbleArg, PRBool cancelableArg);
}
cpp_quote("#define CONTEXT_NONE 0x00")
;
cpp_quote("#define CONTEXT_LINK 0x01")
;
cpp_quote("#define CONTEXT_IMAGE 0x02")
;
cpp_quote("#define CONTEXT_DOCUMENT 0x04")
;
cpp_quote("#define CONTEXT_TEXT 0x08")
;
cpp_quote("#define CONTEXT_INPUT 0x10")
;
cpp_quote("#define CONTEXT_BACKGROUND_IMAGE 0x20")
;
cpp_quote("#define CONTEXT_NONE 0x00")
cpp_quote("#define CONTEXT_LINK 0x01")
cpp_quote("#define CONTEXT_IMAGE 0x02")
cpp_quote("#define CONTEXT_DOCUMENT 0x04")
cpp_quote("#define CONTEXT_TEXT 0x08")
cpp_quote("#define CONTEXT_INPUT 0x10")
cpp_quote("#define CONTEXT_BACKGROUND_IMAGE 0x20")
[
object,
...
...
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