diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-18 04:56:57 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-19 10:14:52 +0100 |
commit | d899f976ee0f4d1058f1adc94853df94a3c6eaea (patch) | |
tree | e940d6111ad58fc618eeeca7e213c864a3f11dc3 /cppu/source/uno/env_subst.cxx | |
parent | 051fdda153d45789c6eb1a0ec32dbd32dfd8a978 (diff) |
cppu: add visibility symbols
Diffstat (limited to 'cppu/source/uno/env_subst.cxx')
-rw-r--r-- | cppu/source/uno/env_subst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/env_subst.cxx b/cppu/source/uno/env_subst.cxx index 6d75a35b662b..4f4eed4669ce 100644 --- a/cppu/source/uno/env_subst.cxx +++ b/cppu/source/uno/env_subst.cxx @@ -31,7 +31,7 @@ #include "env_subst.hxx" -void SAL_CALL uno_getEnvironment(uno_Environment ** ppEnv, +CPPU_DLLPUBLIC void SAL_CALL uno_getEnvironment(uno_Environment ** ppEnv, rtl_uString * pEnvDcp, void * pContext) SAL_THROW_EXTERN_C() |