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:
nethack.allison
2002-01-17 02:17:17 +00:00
parent a7173c6af1
commit 2c26f0ceea
4 changed files with 0 additions and 23 deletions

View File

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