summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-21 19:11:43 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-21 20:13:37 +0200
commit37ca44e4a95c80d9ebc828fc451a5eba6db57d3f (patch)
tree847e7a11c9cdfac4de0740c3d8e6f99c396096cf /sal
parent6a05d3f816df5cbcaa88bed5bce445c6a78f9ca6 (diff)
This function should obviously be exported for it to be callable
Change-Id: Ia63e27ec40a66c52b52292549ea03899c1b3801e
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/module/osl_Module_DLL.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx
index d1832699db69..e33f6516ac8d 100644
--- a/sal/qa/osl/module/osl_Module_DLL.cxx
+++ b/sal/qa/osl/module/osl_Module_DLL.cxx
@@ -27,7 +27,7 @@
// But we instatiate a test plugin to fake the build process.
CPPUNIT_PLUGIN_IMPLEMENT();
-extern "C" sal_Bool SAL_CALL firstfunc( sal_Bool bRes )
+extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc( sal_Bool bRes )
{
return ( bRes = sal_True );
}