From 100f06ff4b2d48f82c214d028769445c66d82ad2 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 14 Feb 2005 03:48:31 +0000 Subject: [PATCH] *** empty log message *** --- ase/types.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ase/types.h b/ase/types.h index bc30418c..e786962a 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.14 2005-02-14 03:13:32 bacon Exp $ + * $Id: types.h,v 1.15 2005-02-14 03:48:31 bacon Exp $ */ #ifndef _XP_TYPES_H_ @@ -112,12 +112,17 @@ typedef int xp_mcint_t; /*typedef unsigned short xp_wchar_t;*/ typedef long xp_wchar_t; typedef long xp_wcint_t; + /*#define XP_SIZEOF_WCHAR_T SIZEOF_SHORT*/ + #define XP_SIZEOF_WCHAR_T SIZEOF_LONG #else /*typedef unsigned short xp_wchar_t;*/ typedef int xp_wchar_t; typedef int xp_wcint_t; + /*#define XP_SIZEOF_WCHAR_T SIZEOF_SHORT*/ + #define XP_SIZEOF_WCHAR_T SIZEOF_INT #endif + // TODO: make it configurable from outside /* #define XP_CHAR_IS_MCHAR