From 51e7c6ca587a41c253fc3ab62dcea6c5a16438ad Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 8 Aug 2020 13:37:39 -0300 Subject: [PATCH] Small cosmetic fix to tinyglib --- src/include/tinyglib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/tinyglib.h b/src/include/tinyglib.h index 5c279a576..01bb08cf7 100644 --- a/src/include/tinyglib.h +++ b/src/include/tinyglib.h @@ -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