From: Kevin M. Rosenberg Date: Tue, 21 Jan 2003 13:06:17 +0000 (+0000) Subject: r3835: *** empty log message *** X-Git-Tag: v0.8.1~42 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=9617f4d779727e65e5c4e6471113b581aebd7f03 r3835: *** empty log message *** --- 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;