From 90140d3c709f6a4a6cddda993f36b0b88364d27b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 15 Jan 2008 07:48:51 +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 c471ce82..8a39da62 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 int ase_wchar_t; - typedef int ase_wcint_t; + typedef long ase_wchar_t; + typedef long ase_wcint_t; #else typedef int ase_wchar_t; typedef int ase_wcint_t;