*** empty log message ***
This commit is contained in:
parent
0d3089f9ae
commit
5f3e1effb5
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: types.h,v 1.9 2005-01-19 11:58:26 bacon Exp $
|
* $Id: types.h,v 1.10 2005-01-19 12:12:42 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_TYPES_H_
|
#ifndef _XP_TYPES_H_
|
||||||
@ -12,6 +12,10 @@
|
|||||||
|
|
||||||
typedef xp_uint8_t xp_byte_t;
|
typedef xp_uint8_t xp_byte_t;
|
||||||
|
|
||||||
|
typedef xp_bool_t int;
|
||||||
|
#define xp_true (0 == 0)
|
||||||
|
#define xp_false (0 != 0)
|
||||||
|
|
||||||
#ifdef XP_HAVE_WCHAR_T
|
#ifdef XP_HAVE_WCHAR_T
|
||||||
// TODO: make it configurable from outside
|
// TODO: make it configurable from outside
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user