svgio/source/svguno/svguno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c9f38e2f0dedfbfbbeb7e901f49b439ba90424e9 Author: LuboÅ¡ LuÅák <l.lu...@suse.cz> Date: Thu Nov 22 14:00:02 2012 +0100 fix export on windows SAL_DLLPUBLIC_EXPORT means exported SAL_DLLPUBLIC means export/import of anything in sal/ diff --git a/svgio/source/svguno/svguno.cxx b/svgio/source/svguno/svguno.cxx index 0f241bc..2c15990 100644 --- a/svgio/source/svguno/svguno.cxx +++ b/svgio/source/svguno/svguno.cxx @@ -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(
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits