--- libgig/trunk/src/DLS.h 2003/10/25 20:15:04 2 +++ libgig/trunk/src/DLS.h 2004/04/27 09:06:07 55 @@ -2,8 +2,8 @@ * * * libgig - C++ cross-platform Gigasampler format file loader library * * * - * Copyright (C) 2003 by Christian Schoenebeck * - * * + * Copyright (C) 2003, 2004 by Christian Schoenebeck * + * * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -26,7 +26,7 @@ #include "RIFF.h" -#if 0 // WORDS_BIGENDIAN +#if WORDS_BIGENDIAN # define LIST_TYPE_INFO 0x494E464F # define LIST_TYPE_WVPL 0x7776706C # define LIST_TYPE_DWPL 0x6477706C ///< Seen on some files instead of a wvpl list chunk.