This commit is contained in:
hyung-hwan 2008-01-15 07:48:20 +00:00
parent 643d6d847b
commit 7ff5b3f24e

View File

@ -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;