modplug: Define WORDS_BIGENDIAN to avoid undefined warning

https://bugzilla.gnome.org/show_bug.cgi?id=613795
This commit is contained in:
Benjamin Otte 2010-03-24 15:05:50 +01:00
parent 52e02c83a4
commit 06242ffe20

View file

@ -43,6 +43,13 @@
#include "config.h"
#endif
/* Required to not get an undefined warning
* https://bugzilla.gnome.org/show_bug.cgi?id=613795
*/
#ifndef WORDS_BIGENDIAN
#define WORDS_BIGENDIAN 0
#endif
#include <stdafx.h>
#include <libmodplug/sndfile.h>