Kaydet (Commit) c6107b7d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use prefix in the DISABLE_DYNLOADING case

Change-Id: Ic110b66fc8f9e9ce812be3ea2d0672db4d223d39
üst 6e86706c
......@@ -45,6 +45,10 @@ static cppu::ImplementationEntry const services[] = {
}
#ifdef DISABLE_DYNLOADING
#define component_getFactory xmlfd_component_getFactory
#endif
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
char const * pImplName, void * pServiceManager, void * pRegistryKey)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment