diff options
Diffstat (limited to 'xpcom/glue/standalone/nsXPCOMGlue.cpp')
-rw-r--r-- | xpcom/glue/standalone/nsXPCOMGlue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp index b657d7050e..73cbc179e9 100644 --- a/xpcom/glue/standalone/nsXPCOMGlue.cpp +++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp @@ -80,7 +80,7 @@ CloseLibHandle(LibHandleType aLibHandle) #else #include <dlfcn.h> -#if defined(MOZ_LINKER) && !defined(ANDROID) +#ifdef MOZ_LINKER extern "C" { NS_HIDDEN __typeof(dlopen) __wrap_dlopen; NS_HIDDEN __typeof(dlsym) __wrap_dlsym; |