From 7ff5b3f24e748775fa129c16923605f7f631fca5 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 15 Jan 2008 07:48:20 +0000 Subject: [PATCH] --- ase/cmn/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/cmn/types.h b/ase/cmn/types.h index 8a39da62..c471ce82 100644 --- a/ase/cmn/types.h +++ b/ase/cmn/types.h @@ -190,8 +190,8 @@ typedef int ase_mcint_t; typedef unsigned int ase_wchar_t; typedef int ase_wcint_t; #elif ASE_SIZEOF_LONG == 4 - typedef long ase_wchar_t; - typedef long ase_wcint_t; + typedef int ase_wchar_t; + typedef int ase_wcint_t; #else typedef int ase_wchar_t; typedef int ase_wcint_t;