*** empty log message ***
This commit is contained in:
parent
30f719fd17
commit
111800aab9
13
ase/types.h
13
ase/types.h
@ -1,17 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: types.h,v 1.7 2005-01-08 12:25:59 bacon Exp $
|
* $Id: types.h,v 1.8 2005-01-08 13:40:14 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_TYPES_H_
|
#ifndef _XP_TYPES_H_
|
||||||
#define _XP_TYPES_H_
|
#define _XP_TYPES_H_
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#else
|
|
||||||
#include <xp/itypes.h>
|
#include <xp/itypes.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef xp_uint8_t xp_byte_t;
|
typedef xp_uint8_t xp_byte_t;
|
||||||
|
|
||||||
|
#ifdef XP_HAVE_WCHAR_T
|
||||||
|
// 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;
|
||||||
@ -22,4 +21,10 @@ typedef xp_mcint_t xp_cint_t;
|
|||||||
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;
|
||||||
|
|
||||||
|
#else
|
||||||
|
#define XP_CHAR_IS_MCHAR
|
||||||
|
typedef xp_mchar_t xp_char_t;
|
||||||
|
typedef xp_mcint_t xp_cint_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user