diff --git a/include/global.h b/include/global.h index cee74d9fb..9dba1ed81 100644 --- a/include/global.h +++ b/include/global.h @@ -78,7 +78,7 @@ typedef xchar boolean; /* 0 or 1 */ #if defined(UNICODE_DRAWING) typedef wchar_t nhsym; /* nhsym is wide char */ #else -typedef char nhsym; +typedef uchar nhsym; #endif #if defined(UNICODE_WIDEWINPORT)