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
1b31475f
Commit
1b31475f
authored
Feb 09, 2006
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added wrapper of nsIURI interface.
parent
7080c8d9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-1
nsiface.idl
dlls/mshtml/nsiface.idl
+17
-0
nsio.c
dlls/mshtml/nsio.c
+0
-0
No files found.
dlls/mshtml/mshtml_private.h
View file @
1b31475f
...
...
@@ -38,7 +38,6 @@
#define NSAPI WINAPI
typedef
struct
NSContainer
NSContainer
;
typedef
struct
BindStatusCallback
BindStatusCallback
;
typedef
struct
{
...
...
dlls/mshtml/nsiface.idl
View file @
1b31475f
...
...
@@ -540,3 +540,20 @@ interface nsIProfile : nsISupports
nsresult DeleteProfile(const PRUnichar *name, PRBool canDeleteFiles);
nsresult CloneProfile(const PRUnichar *profileName);
}
/*
* NOTE:
* This is a private Wine interface that is implemented by our implementation
* of nsIURI to store its owner.
*/
[
object,
uuid(5088272e-900b-11da-c687-000fea57f21a)
]
interface nsIWineURI : nsIURI
{
typedef struct NSContainer NSContainer;
nsresult GetNSContainer(NSContainer **aNSContainer);
nsresult SetNSContainer(NSContainer *aNSContainer);
}
dlls/mshtml/nsio.c
View file @
1b31475f
This diff is collapsed.
Click to expand it.
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