Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case
This commit is contained in:
@@ -348,6 +348,13 @@ int AffineBridge::v_isValid(rtl::OUString * pReason)
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef DISABLE_DYNLOADING
|
||||
|
||||
#define uno_initEnvironment affine_uno_uno_initEnvironment
|
||||
#define uno_ext_getMapping affine_uno_uno_ext_getMapping
|
||||
|
||||
#endif
|
||||
|
||||
extern "C" void SAL_DLLPUBLIC_EXPORT SAL_CALL uno_initEnvironment(uno_Environment * pEnv)
|
||||
SAL_THROW_EXTERN_C()
|
||||
{
|
||||
|
@@ -262,6 +262,13 @@ void LogProbe(
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DISABLE_DYNLOADING
|
||||
|
||||
#define uno_initEnvironment log_uno_uno_initEnvironment
|
||||
#define uno_ext_getMapping log_uno_uno_ext_getMapping
|
||||
|
||||
#endif
|
||||
|
||||
extern "C" void SAL_DLLPUBLIC_EXPORT SAL_CALL uno_initEnvironment(uno_Environment * pEnv)
|
||||
SAL_THROW_EXTERN_C()
|
||||
{
|
||||
|
Reference in New Issue
Block a user