Kaydet (Commit) ac6b7001 authored tarafından David Tardon's avatar David Tardon

function component_canUnload is SAL_CALL

üst aee43676
...@@ -118,7 +118,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( ...@@ -118,7 +118,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
return pRet; return pRet;
} }
extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused) extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue* libUnused)
{ {
return globalModuleCount.canUnload( &globalModuleCount, libUnused); return globalModuleCount.canUnload( &globalModuleCount, libUnused);
} }
......
...@@ -257,7 +257,7 @@ extern "C" { ...@@ -257,7 +257,7 @@ extern "C" {
return pRet; return pRet;
} }
SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused) SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue* libUnused)
{ {
return globalModuleCount.canUnload( &globalModuleCount, libUnused); return globalModuleCount.canUnload( &globalModuleCount, libUnused);
} }
......
...@@ -224,7 +224,7 @@ extern "C" { ...@@ -224,7 +224,7 @@ extern "C" {
return pRet; return pRet;
} }
SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused) SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue* libUnused)
{ {
return globalModuleCount.canUnload( &globalModuleCount, libUnused); return globalModuleCount.canUnload( &globalModuleCount, libUnused);
} }
......
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