From 07a63f714373859ace005c0686a7ac6982ba30f9 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 21 Feb 2015 09:23:33 +1000 Subject: Compile error and emulation errors for GFILE_NEED_STDIO --- src/ginput/ginput_keyboard.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ginput/ginput_keyboard.c') diff --git a/src/ginput/ginput_keyboard.c b/src/ginput/ginput_keyboard.c index cdbe52a6..614cd525 100644 --- a/src/ginput/ginput_keyboard.c +++ b/src/ginput/ginput_keyboard.c @@ -10,6 +10,9 @@ * @brief GINPUT keyboard code. */ +// We need to include stdio.h below for MICROCODE_DEBUG. Turn off GFILE_NEED_STDIO just for this file to prevent conflicts +#define GFILE_NEED_STDIO_MUST_BE_OFF + #include "gfx.h" #if GFX_USE_GINPUT && GINPUT_NEED_KEYBOARD -- cgit v1.2.3