mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #1053 - Remove android support from XPCOM
This commit is contained in:
parent
68d64c0c58
commit
26403f20ac
30 changed files with 27 additions and 476 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue