mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Adding support for Alpha NT. Patch provided by Bob Meader.
This commit is contained in:
parent
1675dae7c2
commit
c898af2497
@ -450,4 +450,14 @@ __END_DECLS
|
||||
#include <machine/endian.h>
|
||||
#endif
|
||||
|
||||
#ifdef __alpha
|
||||
#ifndef WIN32
|
||||
#else
|
||||
/* Alpha NT */
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#define BIG_ENDIAN 4321
|
||||
#define LITTLE_ENDIAN 1234
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* !_DB_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user