*** empty log message ***
This commit is contained in:
parent
0703a55cb3
commit
2aadae710a
@ -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_
|
#ifndef _XP_TYPES_H_
|
||||||
@ -207,13 +207,7 @@ typedef char xp_mchar_t;
|
|||||||
typedef int xp_mcint_t;
|
typedef int xp_mcint_t;
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#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 unsigned short xp_wchar_t;
|
||||||
/*typedef int xp_wcint_t;*/
|
|
||||||
typedef unsigned short xp_wcint_t;
|
typedef unsigned short xp_wcint_t;
|
||||||
#elif defined(vms) || defined(__vms)
|
#elif defined(vms) || defined(__vms)
|
||||||
typedef long xp_wchar_t;
|
typedef long xp_wchar_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user