From 355d7403470e8c8455d058f9d716d5f90a11b9f1 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 5 Apr 2005 15:38:45 +0000 Subject: [PATCH] *** empty log message *** --- ase/types.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ase/types.h b/ase/types.h index b3ee3389..633863c1 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,11 +1,11 @@ /* - * $Id: types.h,v 1.19 2005-03-29 14:14:15 bacon Exp $ + * $Id: types.h,v 1.20 2005-04-05 15:38:45 bacon Exp $ */ #ifndef _XP_TYPES_H_ #define _XP_TYPES_H_ -#ifdef _WIN32 +#if defined(_DOS) || defined(_WIN32) #include #else #include @@ -118,7 +118,7 @@ typedef xp_int_t xp_ssize_t; typedef char xp_mchar_t; typedef int xp_mcint_t; -#ifdef _WIN32 +#if defined(_DOS) || defined(_WIN32) typedef unsigned short xp_wchar_t; typedef int xp_wcint_t; #elif SIZEOF_LONG == 4 @@ -147,8 +147,4 @@ typedef xp_mcint_t xp_cint_t; typedef xp_wchar_t xp_char_t; typedef xp_wcint_t xp_cint_t; -#if defined(_WIN32) && defined(XP_CHAR_IS_WCHAR) - #define _UNICODE -#endif - #endif