This commit is contained in:
parent
643d6d847b
commit
7ff5b3f24e
@ -190,8 +190,8 @@ typedef int ase_mcint_t;
|
|||||||
typedef unsigned int ase_wchar_t;
|
typedef unsigned int ase_wchar_t;
|
||||||
typedef int ase_wcint_t;
|
typedef int ase_wcint_t;
|
||||||
#elif ASE_SIZEOF_LONG == 4
|
#elif ASE_SIZEOF_LONG == 4
|
||||||
typedef long ase_wchar_t;
|
typedef int ase_wchar_t;
|
||||||
typedef long ase_wcint_t;
|
typedef int ase_wcint_t;
|
||||||
#else
|
#else
|
||||||
typedef int ase_wchar_t;
|
typedef int ase_wchar_t;
|
||||||
typedef int ase_wcint_t;
|
typedef int ase_wcint_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user