protect TINT from bad compilers.
This commit is contained in:
parent
839a8503c5
commit
f9ed9961df
2
LGPL/swi_console/complete.c
Normal file → Executable file
2
LGPL/swi_console/complete.c
Normal file → Executable file
@ -26,7 +26,9 @@
|
|||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
|
|
||||||
|
#ifndef __TCHAR_DEFINED
|
||||||
typedef wint_t _TINT;
|
typedef wint_t _TINT;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EOS
|
#ifndef EOS
|
||||||
#define EOS 0
|
#define EOS 0
|
||||||
|
Reference in New Issue
Block a user