Fix the BR_ENDIAN_BIG macro guard in network_endian.h
This commit is contained in:
parent
9e9b6cb8bd
commit
4af9cba997
|
|
@ -26,9 +26,7 @@
|
|||
#include "structur.h"
|
||||
#include "utility.h"
|
||||
#include "world.h"
|
||||
#if BR_ENDIAN_BIG
|
||||
#include "network_endian.h"
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
tU32 gMess_max_flags;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NETWORK_ENDIAN_H
|
||||
#define NETWORK_ENDIAN_H
|
||||
|
||||
#ifdef BR_ENDIAN_BIG
|
||||
#if BR_ENDIAN_BIG
|
||||
|
||||
#include "dr_types.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue