Changes to existing files by the win32 port additions.

This commit is contained in:
nethack.allison
2002-01-13 05:53:39 +00:00
parent 963e5e69bf
commit e02ab47597
13 changed files with 441 additions and 50 deletions

View File

@@ -108,6 +108,11 @@
/*
* Windows NT Autodetection
*/
#ifdef _WIN32_WCE
# ifndef WIN32
# define WIN32
# endif
#endif
#ifdef WIN32
# undef UNIX
@@ -116,6 +121,16 @@
# define STRNCMPI
# 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
# endif
#endif