Windows CE bits (from <Someone>)
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@
|
|||||||
# define PORT_CE_CPU "SH4"
|
# define PORT_CE_CPU "SH4"
|
||||||
#elif defined(MIPS)
|
#elif defined(MIPS)
|
||||||
# define PORT_CE_CPU "MIPS"
|
# define PORT_CE_CPU "MIPS"
|
||||||
#elif defined(X86)
|
#elif defined(X86) || defined(_X86_)
|
||||||
# define PORT_CE_CPU "X86"
|
# define PORT_CE_CPU "X86"
|
||||||
#else
|
#else
|
||||||
# error Only ARM, PPC, ALPHA, SH3, SH4, MIPS and X86 supported
|
# error Only ARM, PPC, ALPHA, SH3, SH4, MIPS and X86 supported
|
||||||
|
|||||||
@@ -246,6 +246,7 @@ void FormatStatusString(char* text, int format)
|
|||||||
else
|
else
|
||||||
Sprintf(nb = eos(nb), " Exp:%u", u.ulevel);
|
Sprintf(nb = eos(nb), " Exp:%u", u.ulevel);
|
||||||
if( format==NHSTAT_LINES_4 ) strcat(text, "\r\n");
|
if( format==NHSTAT_LINES_4 ) strcat(text, "\r\n");
|
||||||
|
else strcat(text, " ");
|
||||||
|
|
||||||
/* forth line */
|
/* forth line */
|
||||||
if(flags.time)
|
if(flags.time)
|
||||||
|
|||||||
Reference in New Issue
Block a user