Commit 1b31475f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added wrapper of nsIURI interface.

parent 7080c8d9
......@@ -38,7 +38,6 @@
#define NSAPI WINAPI
typedef struct NSContainer NSContainer;
typedef struct BindStatusCallback BindStatusCallback;
typedef struct {
......
......@@ -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);
}
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