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