From 89fbccc96d0e0a6232075d07b7b31edbe1327e9b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 2 Jan 2005 15:43:46 +0000 Subject: [PATCH] *** empty log message *** --- ase/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ase/types.h b/ase/types.h index cfb10b9c..22aaf00c 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.4 2004-12-18 10:56:00 bacon Exp $ + * $Id: types.h,v 1.5 2005-01-02 15:43:46 bacon Exp $ */ #ifndef _XP_TYPES_H_ @@ -15,6 +15,7 @@ typedef xp_int32_t xp_mcint_t; typedef xp_int16_t xp_wchar_t; typedef xp_int32_t xp_wcint_t; +#define XP_CHAR_IS_MCHAR typedef xp_mchar_t xp_char_t; typedef xp_mcint_t xp_cint_t;