From 9c93ed1bca859e5b5cb3c018be327fb91213c558 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 8 Sep 2017 19:56:23 +0100 Subject: Hopefully quash INFO confusion on Atari MINT platform --- utils/log.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/log.h') diff --git a/utils/log.h b/utils/log.h index 1f15e1371..7b5bcc3e8 100644 --- a/utils/log.h +++ b/utils/log.h @@ -25,6 +25,10 @@ #include "utils/errors.h" +#if defined(__MINT__) +#undef INFO +#endif + extern bool verbose_log; /** -- cgit v1.2.3