msdos build (trunk only)
This commit is contained in:
@@ -34,7 +34,7 @@ void FDECL(nethack_exit,(int));
|
|||||||
#else
|
#else
|
||||||
#define nethack_exit exit
|
#define nethack_exit exit
|
||||||
#endif
|
#endif
|
||||||
static void NDECL(msexit);
|
STATIC_DCL void NDECL(msexit);
|
||||||
|
|
||||||
|
|
||||||
#ifdef MOVERLAY
|
#ifdef MOVERLAY
|
||||||
@@ -501,7 +501,7 @@ int code;
|
|||||||
extern boolean run_from_desktop; /* set in pcmain.c */
|
extern boolean run_from_desktop; /* set in pcmain.c */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void msexit()
|
STATIC_OVL void msexit()
|
||||||
{
|
{
|
||||||
#ifdef CHDIR
|
#ifdef CHDIR
|
||||||
extern char orgdir[];
|
extern char orgdir[];
|
||||||
|
|||||||
Reference in New Issue
Block a user