r3835: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 21 Jan 2003 13:06:17 +0000 (13:06 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 21 Jan 2003 13:06:17 +0000 (13:06 +0000)
wdq2wav.h

index e92e1ac6ed12eee201ff32aae34b513322f5ef2e..e2e11f3e192a50dda9287bdfa71238b0c485026b 100644 (file)
--- a/wdq2wav.h
+++ b/wdq2wav.h
@@ -8,7 +8,7 @@
 **
 **  Copyright (c) 2003 Kevin Rosenberg
 **
 **
 **  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
 **
 **  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
 #include <sys/types.h>
 #include <sys/stat.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#ifdef LINUX
+#include <endian.h>
+#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;
 extern const char* g_szIdStr;
 extern bool g_quiet;
 extern bool g_verbose;