From 9c823c1c87294a9c18af9b4f68e9bd671b179633 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Sun, 14 Jun 2015 17:48:06 -0400 Subject: [PATCH] comment change in config.h this line indicates potential platform compatibility issues --- client/reveng/config.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/client/reveng/config.h b/client/reveng/config.h index 084c79ab..2f5108f0 100644 --- a/client/reveng/config.h +++ b/client/reveng/config.h @@ -61,9 +61,13 @@ * specific. */ -#ifdef _WIN32 - #define PRESETS 1 // -#endif + +// PM3 NOTES: +// only PRESETS tested on windows +// PRESETS was commented out of original code +// but to enable preset models it must be enabled +// (marshmellow) +#define PRESETS 1 /* Macros defining the size of a bmp_t. -- 2.39.2