Bug fix for LSB_FIRST definition in GTK build in cmake environment.

This commit is contained in:
Matthew Budd 2020-08-07 17:09:12 -04:00
parent 1b0888e146
commit 5e2ac49da7
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@
#include <cstring>
#include <cstdlib>
#if __BYTE_ORDER == __LITTLE_ENDIAN
#define LSB_FIRST
#endif
// GLOBALS
extern Config *g_config;