Kaydet (Commit) c9f38e2f authored tarafından Luboš Luňák's avatar Luboš Luňák

fix export on windows

SAL_DLLPUBLIC_EXPORT means exported
SAL_DLLPUBLIC means export/import of anything in sal/
üst 09fa1519
......@@ -36,7 +36,7 @@ static cppu::ImplementationEntry const services[] = {
}
extern "C" SAL_DLLPUBLIC void * SAL_CALL svgio_component_getFactory(
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL svgio_component_getFactory(
char const * pImplName, void * pServiceManager, void * pRegistryKey)
{
return cppu::component_getFactoryHelper(
......
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