From f6b516bb068f28134c781b42f4188931f9e11b6b Mon Sep 17 00:00:00 2001 From: Yay295 Date: Fri, 19 May 2023 08:01:02 -0500 Subject: [PATCH] Adjust C preprocessor block labels Co-authored-by: Hugo van Kemenade --- src/libImaging/ImPlatform.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libImaging/ImPlatform.h b/src/libImaging/ImPlatform.h index 912b1785548..10d6905b9d9 100644 --- a/src/libImaging/ImPlatform.h +++ b/src/libImaging/ImPlatform.h @@ -37,7 +37,7 @@ #undef WIN32 #endif -#else /* WIN */ +#else /* not WIN */ /* For System that are not Windows, we'll need to define these. */ /* We have to define them instead of using typedef because the JPEG lib also defines their own types with the same names, so we need to be able to undef @@ -58,7 +58,7 @@ #define UINT64 uint64_t #endif -#else /* C99+ */ +#else /* < C99 */ #define INT8 signed char @@ -95,9 +95,9 @@ #define UINT64 unsigned INT64 #endif -#endif /* C99+ */ +#endif /* < C99 */ -#endif /* WIN */ +#endif /* not WIN */ /* assume IEEE; tweak if necessary (patches are welcome) */ #define FLOAT16 UINT16