зеркало из https://github.com/mozilla/gecko-dev.git
fixing windows bustage
This commit is contained in:
Родитель
05c1669478
Коммит
537f60c3ad
|
@ -54,7 +54,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowsHooks)
|
|||
#endif // Windows
|
||||
|
||||
|
||||
static nsresult
|
||||
static NS_METHOD
|
||||
RegisterProc(nsIComponentManager *aCompMgr,
|
||||
nsIFile *aPath,
|
||||
const char *registryLocation,
|
||||
|
@ -76,7 +76,7 @@ RegisterProc(nsIComponentManager *aCompMgr,
|
|||
getter_Copies(previous));
|
||||
return rv;
|
||||
}
|
||||
static nsresult
|
||||
static NS_METHOD
|
||||
UnregisterProc(nsIComponentManager *aCompMgr,
|
||||
nsIFile *aPath,
|
||||
const char *registryLocation,
|
||||
|
|
Загрузка…
Ссылка в новой задаче