Bug fix for LSB_FIRST definition in GTK build in cmake environment.
This commit is contained in:
parent
1b0888e146
commit
5e2ac49da7
|
@ -51,6 +51,10 @@
|
|||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
|
||||
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||
#define LSB_FIRST
|
||||
#endif
|
||||
|
||||
// GLOBALS
|
||||
extern Config *g_config;
|
||||
|
||||
|
|
Loading…
Reference in New Issue