SAFERHANGUP win ce (from <Someone>)

This commit is contained in:
nethack.allison
2003-09-30 03:41:02 +00:00
parent 3671f12b0a
commit 4349f52899
3 changed files with 43 additions and 1 deletions

View File

@@ -74,6 +74,12 @@
#define PORT_HELP "porthelp"
#define SAFERHANGUP /* Define SAFERHANGUP to delay hangup processing
* until the main command loop. 'safer' because it
* avoids certain cheats and also avoids losing
* objects being thrown when the hangup occurs.
*/
#if defined(WIN_CE_POCKETPC)
# define PORT_CE_PLATFORM "Pocket PC"
#elif defined(WIN_CE_PS2xx)