зеркало из https://github.com/mozilla/pjs.git
Bustage fix, use NS_METHOD to get stdcall on win32.
This commit is contained in:
Родитель
343223baf3
Коммит
e90b864f58
|
@ -55,15 +55,15 @@ public:
|
|||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIGLOBALHISTORY
|
||||
|
||||
static nsresult Create(nsISupports *aOuter,
|
||||
REFNSIID aIID,
|
||||
void **aResult);
|
||||
static NS_METHOD Create(nsISupports *aOuter,
|
||||
REFNSIID aIID,
|
||||
void **aResult);
|
||||
|
||||
static nsresult RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aLoaderStr,
|
||||
const char* aType,
|
||||
const nsModuleComponentInfo *aInfo);
|
||||
static NS_METHOD RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aLoaderStr,
|
||||
const char* aType,
|
||||
const nsModuleComponentInfo *aInfo);
|
||||
|
||||
NS_DEFINE_STATIC_CID_ACCESSOR(NS_GLOBALHISTORY2ADAPTER_CID);
|
||||
|
||||
|
|
|
@ -56,15 +56,15 @@ public:
|
|||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIGLOBALHISTORY2
|
||||
|
||||
static nsresult Create(nsISupports *aOuter,
|
||||
REFNSIID aIID,
|
||||
void **aResult);
|
||||
static NS_METHOD Create(nsISupports *aOuter,
|
||||
REFNSIID aIID,
|
||||
void **aResult);
|
||||
|
||||
static nsresult RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aLoaderStr,
|
||||
const char* aType,
|
||||
const nsModuleComponentInfo *aInfo);
|
||||
static NS_METHOD RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aLoaderStr,
|
||||
const char* aType,
|
||||
const nsModuleComponentInfo *aInfo);
|
||||
|
||||
NS_DEFINE_STATIC_CID_ACCESSOR(NS_GLOBALHISTORYADAPTER_CID);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче