From 6e95058c402013364a412157a69ece11d8d5c21f Mon Sep 17 00:00:00 2001 From: Zentaro Kavanagh Date: Fri, 21 Apr 2006 18:36:37 +0000 Subject: * define little endian in os.h for win32 git-svn-id: https://svn.xiph.org/trunk/Tremor@11212 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os.h') diff --git a/os.h b/os.h index 65a4992..95e6e27 100644 --- a/os.h +++ b/os.h @@ -41,6 +41,8 @@ # define rint(x) (floor((x)+0.5f)) # define NO_FLOAT_MATH_LIB # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) +# define LITTLE_ENDIAN 1 +# define BYTE_ORDER LITTLE_ENDIAN #endif #ifdef HAVE_ALLOCA_H -- cgit v1.2.1