mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Issue #1751 -- Remove XP_IOS
This commit is contained in:
parent
d29e4f8306
commit
a9c8f3a84a
9 changed files with 6 additions and 74 deletions
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
#include "mozilla/Compiler.h"
|
||||
|
||||
#if !defined(__arm__) && !(defined(LINUX) || defined(XP_IOS))
|
||||
#error "This code is for Linux/iOS ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
|
||||
#if !defined(__arm__) && !(defined(LINUX)
|
||||
#error "This code is for Linux ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
|
||||
#endif
|
||||
|
||||
#if MOZ_IS_GCC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue