diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-21 17:33:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-21 17:49:11 +0300 |
commit | b6a9f3560abae7a2b7bb33f6b30e4413105ff4d7 (patch) | |
tree | b08cfa1cdeb865a9125bc8073c90f48e53fcfedd /cppu/inc | |
parent | c209bef8e51e89d325d32104e28ddeb624675241 (diff) |
Link cppu statically to gcc3_uno on iOS
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/uno/environment.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cppu/inc/uno/environment.h b/cppu/inc/uno/environment.h index 81c0b179ea7b..5ef4a5de5323 100644 --- a/cppu/inc/uno/environment.h +++ b/cppu/inc/uno/environment.h @@ -375,7 +375,11 @@ void SAL_CALL uno_Environment_enter(uno_Environment * pEnv) int SAL_CALL uno_Environment_isValid(uno_Environment * pEnv, rtl_uString ** pReason) SAL_THROW_EXTERN_C(); - +#ifdef IOS +/* We link statically on iOS and have just one kind of environment */ +void SAL_CALL gcc3_uno_initEnvironment(uno_Environment *pCppEnv) + SAL_THROW_EXTERN_C(); +#endif #ifdef __cplusplus } |