aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 260d406..72f5870 100644
--- a/src/config.h
+++ b/src/config.h
@@ -20,7 +20,10 @@
20#ifndef WIN32 20#ifndef WIN32
21#include "bu/autoconfig.h" 21#include "bu/autoconfig.h"
22#else 22#else
23#warning Cannot generate an autoinclude file for windows yet 23#define __LITTLE_ENDIAN 1234
24#define __BIG_ENDIAN 4321
25#define __PDP_ENDIAN 3412
26#define __BYTE_ORDER __LITTLE_ENDIAN
24#endif 27#endif
25 28
26 29