From 4d2c52b19f117b7abf4033b59e882d1ef5e81180 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 10 Apr 2005 06:41:37 +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 633863c1..d4c8670a 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.20 2005-04-05 15:38:45 bacon Exp $ + * $Id: types.h,v 1.21 2005-04-10 06:41:37 bacon Exp $ */ #ifndef _XP_TYPES_H_ @@ -147,4 +147,9 @@ typedef xp_mcint_t xp_cint_t; typedef xp_wchar_t xp_char_t; typedef xp_wcint_t xp_cint_t; + +#ifdef XP_CHAR_IS_WCHAR + #define UNICODE +#endif + #endif