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

@@ -99,10 +99,8 @@ static int lockptr;
#define Delay(a) msleep(a)
# endif
#define Close close
#ifndef WIN_CE
#define DeleteFile unlink
#endif
#endif
#ifdef USER_SOUNDS
extern int FDECL(add_sound_mapping, (const char* mapping));