From 9617f4d779727e65e5c4e6471113b581aebd7f03 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 21 Jan 2003 13:06:17 +0000 Subject: [PATCH] r3835: *** empty log message *** --- wdq2wav.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wdq2wav.h b/wdq2wav.h index e92e1ac..e2e11f3 100644 --- a/wdq2wav.h +++ b/wdq2wav.h @@ -8,7 +8,7 @@ ** ** Copyright (c) 2003 Kevin Rosenberg ** -** $Id: wdq2wav.h,v 1.8 2003/01/21 12:59:56 kevin Exp $ +** $Id: wdq2wav.h,v 1.9 2003/01/21 13:06:17 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -35,6 +35,13 @@ #include #include +#ifdef LINUX +#include +#if __BYTE_ORDER == __BIG_ENDIAN +#define WORDS_BIG_ENDIAN 1 +#endif +#endif + extern const char* g_szIdStr; extern bool g_quiet; extern bool g_verbose; -- 2.34.1