*** empty log message ***
This commit is contained in:
parent
348253a069
commit
8c7a51ba82
16
ase/types.h
16
ase/types.h
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: types.h,v 1.21 2005-04-10 06:41:37 bacon Exp $
|
* $Id: types.h,v 1.22 2005-04-17 15:28:49 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_TYPES_H_
|
#ifndef _XP_TYPES_H_
|
||||||
@ -135,18 +135,18 @@ typedef int xp_mcint_t;
|
|||||||
#define XP_SIZEOF_WCHAR_T SIZEOF_INT
|
#define XP_SIZEOF_WCHAR_T SIZEOF_INT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(XP_CHAR_IS_MCHAR)
|
||||||
// TODO: make it configurable from outside
|
//#define XP_CHAR_IS_MCHAR
|
||||||
/*
|
|
||||||
#define XP_CHAR_IS_MCHAR
|
|
||||||
typedef xp_mchar_t xp_char_t;
|
typedef xp_mchar_t xp_char_t;
|
||||||
typedef xp_mcint_t xp_cint_t;
|
typedef xp_mcint_t xp_cint_t;
|
||||||
*/
|
#elif defined(XP_CHAR_IS_WCHAR)
|
||||||
|
typedef xp_wchar_t xp_char_t;
|
||||||
|
typedef xp_wcint_t xp_cint_t;
|
||||||
|
#else
|
||||||
#define XP_CHAR_IS_WCHAR
|
#define XP_CHAR_IS_WCHAR
|
||||||
typedef xp_wchar_t xp_char_t;
|
typedef xp_wchar_t xp_char_t;
|
||||||
typedef xp_wcint_t xp_cint_t;
|
typedef xp_wcint_t xp_cint_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef XP_CHAR_IS_WCHAR
|
#ifdef XP_CHAR_IS_WCHAR
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
|
Loading…
Reference in New Issue
Block a user