summaryrefslogtreecommitdiff
path: root/sal/test
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-12-27 15:42:14 +0100
committerDavid Tardon <dtardon@redhat.com>2011-12-27 15:44:42 +0100
commitaee436760e97f5f00e416713f8ee31f07681e2b1 (patch)
tree5f90b88af3bb2939e22a6547cb8d28fa80c426fe /sal/test
parent3a38a8514ab33f9d8b174000ca635db949c16940 (diff)
function component_canUnload is exported
Diffstat (limited to 'sal/test')
-rw-r--r--sal/test/unloading/samplelib1.cxx2
-rw-r--r--sal/test/unloading/samplelib2.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/test/unloading/samplelib1.cxx b/sal/test/unloading/samplelib1.cxx
index 3179d3c20672..e612a9ed1ba6 100644
--- a/sal/test/unloading/samplelib1.cxx
+++ b/sal/test/unloading/samplelib1.cxx
@@ -257,7 +257,7 @@ extern "C" {
return pRet;
}
- sal_Bool component_canUnload( TimeValue* libUnused)
+ SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused)
{
return globalModuleCount.canUnload( &globalModuleCount, libUnused);
}
diff --git a/sal/test/unloading/samplelib2.cxx b/sal/test/unloading/samplelib2.cxx
index b26c4a563c51..0cf7d564b61b 100644
--- a/sal/test/unloading/samplelib2.cxx
+++ b/sal/test/unloading/samplelib2.cxx
@@ -224,7 +224,7 @@ extern "C" {
return pRet;
}
- sal_Bool component_canUnload( TimeValue* libUnused)
+ SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused)
{
return globalModuleCount.canUnload( &globalModuleCount, libUnused);
}