From a187968967a353fe70b751c812fa3018e9a9cca1 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 14 Aug 2019 22:19:52 +0200 Subject: [PATCH] Hmm, let's try to fix reveng on 32b --- client/reveng/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/reveng/config.h b/client/reveng/config.h index b5498c5db..ab7eb9aaa 100644 --- a/client/reveng/config.h +++ b/client/reveng/config.h @@ -77,13 +77,13 @@ */ -#if UINTMAX_MAX == UINT64_MAX +#if UINTPTR_MAX == UINT64_MAX // 64-bit #define PRESETS 1 #define BMP_BIT 64 #define BMP_SUB 32 -#elif UINTMAX_MAX == UINT32_MAX +#elif UINTPTR_MAX == UINT32_MAX // 32-bit #define PRESETS 1 #define BMP_BIT 32