From f9ed9961df04d436ad51c8da6ca7da3876cc2e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U-WIN-U2045GN0RNQ=5CV=C3=ADtor=20Santos=20Costa?= Date: Tue, 20 Jul 2010 13:41:12 +0100 Subject: [PATCH] protect TINT from bad compilers. --- LGPL/swi_console/complete.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 LGPL/swi_console/complete.c diff --git a/LGPL/swi_console/complete.c b/LGPL/swi_console/complete.c old mode 100644 new mode 100755 index 73fda51cf..701c70768 --- a/LGPL/swi_console/complete.c +++ b/LGPL/swi_console/complete.c @@ -26,7 +26,9 @@ #include #include "console.h" +#ifndef __TCHAR_DEFINED typedef wint_t _TINT; +#endif #ifndef EOS #define EOS 0