Removed some unneeded preprocessor conditional code.
It was Windows CE stuff that hasn't been integrated into the sources tree yet.
This commit is contained in:
@@ -122,11 +122,6 @@
|
||||
# define USE_STDARG
|
||||
# define NEED_VARARGS
|
||||
|
||||
# ifdef UNDER_CE
|
||||
# define WIN_CE
|
||||
# define STRCMPI
|
||||
# endif
|
||||
|
||||
/* ARM - the processor; avoids conflict with ARM in hack.h */
|
||||
# ifdef ARM
|
||||
# undef ARM
|
||||
|
||||
@@ -175,12 +175,8 @@ typedef xchar boolean; /* 0 or 1 */
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef WIN_CE
|
||||
#include "wceconf.h"
|
||||
#else
|
||||
#include "ntconf.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Displayable name of this port; don't redefine if defined in *conf.h */
|
||||
#ifndef PORT_ID
|
||||
|
||||
Reference in New Issue
Block a user