diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index f34fa8e0a70d..1d41440138fc 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -31,9 +31,7 @@ #include <loadsharedlibcomponentfactory.hxx> -#if defined ANDROID -#include <osl/detail/android-bootstrap.h> -#elif defined IOS +#if defined DISABLE_DYNLOADING #include <osl/detail/component-mapping.h> #endif |