Windows CE bits (from <Someone>)

This commit is contained in:
nethack.allison
2003-02-21 01:51:54 +00:00
parent 6692b3a984
commit fc1ae80c9b
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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)