diff --git a/ase/types.h b/ase/types.h index 6489b99e..5ea6245c 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.41 2006-03-31 17:48:17 bacon Exp $ + * $Id: types.h,v 1.42 2006-04-05 15:20:47 bacon Exp $ */ #ifndef _XP_TYPES_H_ @@ -207,13 +207,7 @@ typedef char xp_mchar_t; typedef int xp_mcint_t; #if defined(_WIN32) - /* - #include - typedef wchar_t xp_wchar_t; - typedef wint_t xp_wcint_t; - */ typedef unsigned short xp_wchar_t; - /*typedef int xp_wcint_t;*/ typedef unsigned short xp_wcint_t; #elif defined(vms) || defined(__vms) typedef long xp_wchar_t;