*** empty log message ***

This commit is contained in:
hyung-hwan 2006-04-05 15:20:47 +00:00
parent 0703a55cb3
commit 2aadae710a

View File

@ -1,5 +1,5 @@
/*
* $Id: types.h,v 1.41 2006-03-31 17:48:17 bacon Exp $
* $Id: types.h,v 1.42 2006-04-05 15:20:47 bacon Exp $
*/
#ifndef _XP_TYPES_H_
@ -207,13 +207,7 @@ typedef char xp_mchar_t;
typedef int xp_mcint_t;
#if defined(_WIN32)
/*
#include <stddef.h>
typedef wchar_t xp_wchar_t;
typedef wint_t xp_wcint_t;
*/
typedef unsigned short xp_wchar_t;
/*typedef int xp_wcint_t;*/
typedef unsigned short xp_wcint_t;
#elif defined(vms) || defined(__vms)
typedef long xp_wchar_t;