From fc1ae80c9bc5aea7efc9b838f3520771b995bcac Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 21 Feb 2003 01:51:54 +0000 Subject: [PATCH] Windows CE bits (from ) --- include/wceconf.h | 2 +- sys/wince/mhstatus.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wceconf.h b/include/wceconf.h index 787f18a24..38fad4054 100644 --- a/include/wceconf.h +++ b/include/wceconf.h @@ -96,7 +96,7 @@ # define PORT_CE_CPU "SH4" #elif defined(MIPS) # define PORT_CE_CPU "MIPS" -#elif defined(X86) +#elif defined(X86) || defined(_X86_) # define PORT_CE_CPU "X86" #else # error Only ARM, PPC, ALPHA, SH3, SH4, MIPS and X86 supported diff --git a/sys/wince/mhstatus.c b/sys/wince/mhstatus.c index 7d3840238..c83f386c8 100644 --- a/sys/wince/mhstatus.c +++ b/sys/wince/mhstatus.c @@ -246,6 +246,7 @@ void FormatStatusString(char* text, int format) else Sprintf(nb = eos(nb), " Exp:%u", u.ulevel); if( format==NHSTAT_LINES_4 ) strcat(text, "\r\n"); + else strcat(text, " "); /* forth line */ if(flags.time)