fix tinycurses
Change-Id: I9e7bde7b2c90b8b34c6aa8e90a16cd29dc108fe9 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/3360 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
359501a7b7
commit
ce809b9c3a
|
@ -351,7 +351,7 @@ typedef chtype attr_t; /* ...must be at least as wide as chtype */
|
|||
|
||||
#if 1
|
||||
//// #include <wchar.h> /* ...to get mbstate_t, etc. */
|
||||
//typedef unsigned long wchar_t; // XXX
|
||||
typedef unsigned long wchar_t; // XXX
|
||||
typedef unsigned long wint_t; // XXX
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue