--- src/lib/libncurses/include/curses.head 2005/07/29 14:20:11 1.2 +++ src/lib/libncurses/include/curses.head 2005/09/22 11:14:44 1.3 @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.head,v 1.2 2005/07/29 14:20:11 joerg Exp $ */ +/* $Id: curses.head,v 1.3 2005/09/22 11:14:44 asmodai Exp $ */ /* $DragonFly$ */ #ifndef __NCURSES_H @@ -113,7 +113,7 @@ * of the header incompatible. */ #undef NCURSES_CH_T -#define NCURSES_CH_T chtype +#define NCURSES_CH_T cchar_t typedef unsigned long chtype; @@ -312,16 +312,16 @@ typedef chtype attr_t; /* ...must be at #include #endif -#if 0 +#if 1 #include /* ...to get mbstate_t, etc. */ #endif #if 0 -typedef unsigned short wchar_t; +typedef unsigned short wchar_t1; #endif #if 0 -typedef unsigned int wint_t; +typedef unsigned int wint_t1; #endif #define CCHARW_MAX 5