Windows Store support for NetHack 3.6.
This commit is contained in:
@@ -1825,6 +1825,8 @@ E int NDECL(dohistory);
|
||||
E void FDECL(chdirx, (char *, BOOLEAN_P));
|
||||
#endif /* CHDIR */
|
||||
E boolean NDECL(authorize_wizard_mode);
|
||||
E boolean NDECL(is_desktop_bridge_application);
|
||||
|
||||
#endif /* MICRO || WIN32 */
|
||||
|
||||
/* ### pcsys.c ### */
|
||||
|
||||
@@ -285,4 +285,5 @@ extern void FDECL(nhassert_failed, (const char * exp, const char * file,
|
||||
#define nethack_enter(argc, argv) nethack_enter_winnt()
|
||||
extern void FDECL(nethack_exit, (int)) NORETURN;
|
||||
extern boolean FDECL(file_exists, (const char *));
|
||||
extern boolean FDECL(file_newer, (const char *, const char *));
|
||||
#endif /* NTCONF_H */
|
||||
|
||||
Reference in New Issue
Block a user