*** empty log message ***

This commit is contained in:
hyung-hwan 2005-08-07 11:17:23 +00:00
parent c7df3d6130
commit 69a57d05ab
2 changed files with 3 additions and 25 deletions

View File

@ -1,17 +0,0 @@
#define XP_ENDIAN_LITTLE
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 2
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 0
#define SIZEOF___INT8 1
#define SIZEOF___INT16 2
#define SIZEOF___INT32 4
#define SIZEOF___INT64 0
#define SIZEOF___INT128 0
#define SIZEOF_VOID_P 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 4
#define SIZEOF_LONG_DOUBLE 0

View File

@ -1,13 +1,11 @@
/*
* $Id: types.h,v 1.29 2005-08-02 11:09:04 bacon Exp $
* $Id: types.h,v 1.30 2005-08-07 11:17:23 bacon Exp $
*/
#ifndef _XP_TYPES_H_
#define _XP_TYPES_H_
#if defined(_DOS)
#include <xp/conf_dos.h>
#elif defined(_WIN32)
#if defined(_WIN32)
#include <xp/conf_win.h>
#elif defined(__VMS)
#include <xp/conf_vms.h>
@ -131,10 +129,7 @@ typedef xp_uint_t xp_word_t;
typedef char xp_mchar_t;
typedef int xp_mcint_t;
#ifdef _DOS
/* no wchar support */
#define XP_CHAR_IS_MCHAR
#elif defined(_WIN32)
#if defined(_WIN32)
typedef unsigned short xp_wchar_t;
/*typedef int xp_wcint_t;*/
typedef unsigned short xp_wcint_t;