more shared lib conversion work.
git-svn-id: svn://10.0.0.236/trunk@14851 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
910475eaff
commit
da170b8a62
@ -160,9 +160,9 @@ nsresult nsGfxFactoryMac::LockFactory(PRBool aLock)
|
||||
}
|
||||
|
||||
// return the proper factory to the caller
|
||||
#ifdef GFX_STATIC
|
||||
#ifdef MAC_STATIC
|
||||
extern "C" NS_GFXNONXP nsresult NSGetFactory_GFXWIN_DLL(const nsCID &aClass, nsIFactory **aFactory)
|
||||
#elif defined(GFX_SHARED)
|
||||
#elif defined(MAC_SHARED)
|
||||
#pragma export on
|
||||
extern "C" NS_GFXNONXP nsresult NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
|
||||
#pragma export off
|
||||
|
||||
@ -261,9 +261,9 @@ nsresult nsWidgetFactory::LockFactory(PRBool aLock)
|
||||
}
|
||||
|
||||
// return the proper factory to the caller
|
||||
#ifdef WIDGET_STATIC
|
||||
#ifdef MAC_STATIC
|
||||
extern "C" NS_WIDGET nsresult NSGetFactory_WIDGET_DLL(const nsCID &aClass, nsIFactory **aFactory)
|
||||
#elif defined(WIDGET_SHARED)
|
||||
#elif defined(MAC_SHARED)
|
||||
#pragma export on
|
||||
extern "C" NS_WIDGET nsresult NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
|
||||
#pragma export off
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user