build: Unify BeOS ABI compatibility ifdefs around __HAIKU_BEOS_COMPATIBLE.
_BEOS_R5_COMPATIBLE_ was defined in ArchitectureRules while __HAIKU_BEOS_COMPATIBLE is defined in HaikuConfig.h (which is in the include path for sys/types, SupportDefs, and other base headers.)
This commit is contained in:
@@ -39,7 +39,7 @@ struct r5_sockaddr_in {
|
||||
};
|
||||
|
||||
|
||||
#ifdef _BEOS_R5_COMPATIBLE_
|
||||
#ifdef __HAIKU_BEOS_COMPATIBLE
|
||||
extern bool __gR5Compatibility;
|
||||
extern addr_t __gNetworkStart;
|
||||
extern addr_t __gNetworkEnd;
|
||||
|
||||
Reference in New Issue
Block a user