Small cosmetic fix to tinyglib

This commit is contained in:
RichardG867
2020-08-08 13:37:39 -03:00
parent fa7e61e19f
commit 51e7c6ca58

View File

@@ -45,7 +45,7 @@
# define G_BYTE_ORDER G_PDP_ENDIAN
# endif
#endif
#if !defined(G_BYTE_ORDER)
#ifndef G_BYTE_ORDER
/* Safe to assume LE for MSVC, as Windows is LE on all architectures. */
# define G_BYTE_ORDER G_LITTLE_ENDIAN
#endif