Hmm, let's try to fix reveng on 32b

This commit is contained in:
Philippe Teuwen 2019-08-14 22:19:52 +02:00
commit a187968967

View file

@ -77,13 +77,13 @@
*/ */
#if UINTMAX_MAX == UINT64_MAX #if UINTPTR_MAX == UINT64_MAX
// 64-bit // 64-bit
#define PRESETS 1 #define PRESETS 1
#define BMP_BIT 64 #define BMP_BIT 64
#define BMP_SUB 32 #define BMP_SUB 32
#elif UINTMAX_MAX == UINT32_MAX #elif UINTPTR_MAX == UINT32_MAX
// 32-bit // 32-bit
#define PRESETS 1 #define PRESETS 1
#define BMP_BIT 32 #define BMP_BIT 32