зеркало из https://github.com/mozilla/pjs.git
fixed build bustage.
This commit is contained in:
Родитель
6bb3757f16
Коммит
4e221904d3
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче