modplug: Define WORDS_BIGENDIAN to avoid undefined warning
https://bugzilla.gnome.org/show_bug.cgi?id=613795
This commit is contained in:
parent
52e02c83a4
commit
06242ffe20
@ -43,6 +43,13 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#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 <stdafx.h>
|
||||||
#include <libmodplug/sndfile.h>
|
#include <libmodplug/sndfile.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user