mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backing out change that was not properly reviewed or bugzilla'd. Sorry guys.
This commit is contained in:
parent
03aea4d63b
commit
65aa058426
@ -39,7 +39,7 @@
|
||||
|
||||
#include "xptcprivate.h"
|
||||
|
||||
#if !defined(__arm__)
|
||||
#if !defined(LINUX) || !defined(__arm__)
|
||||
#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
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "xptcprivate.h"
|
||||
#include "xptiprivate.h"
|
||||
|
||||
#if !defined(__arm__)
|
||||
#if !defined(LINUX) || !defined(__arm__)
|
||||
#error "This code is for Linux ARM only. Please check if it works for you, too.\nDepends strongly on gcc behaviour."
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user