*** empty log message ***

This commit is contained in:
hyung-hwan 2005-04-10 06:41:37 +00:00
parent 355d740347
commit 4d2c52b19f

View File

@ -1,5 +1,5 @@
/*
* $Id: types.h,v 1.20 2005-04-05 15:38:45 bacon Exp $
* $Id: types.h,v 1.21 2005-04-10 06:41:37 bacon Exp $
*/
#ifndef _XP_TYPES_H_
@ -147,4 +147,9 @@ typedef xp_mcint_t xp_cint_t;
typedef xp_wchar_t xp_char_t;
typedef xp_wcint_t xp_cint_t;
#ifdef XP_CHAR_IS_WCHAR
#define UNICODE
#endif
#endif