зеркало из https://github.com/mozilla/gecko-dev.git
fixed build bustage.
This commit is contained in:
Родитель
a078b1626c
Коммит
bb16502f90
|
@ -663,7 +663,7 @@ nsresult nsDOMFactory::LockFactory(PRBool aLock)
|
|||
#if defined(XP_MAC) && defined(MAC_STATIC)
|
||||
extern "C" NS_DOM nsresult NSGetFactory_DOM_DLL(const nsCID &aClass, nsIFactory **aFactory)
|
||||
#else
|
||||
extern "C" NS_DOM NS_EXPORT_(nsresult) NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
|
||||
extern "C" NS_DOM nsresult NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
|
||||
#endif
|
||||
{
|
||||
if (nsnull == aFactory) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче