first attempt at mingw w64 build for Windows

This commit is contained in:
nhmall
2019-03-12 21:14:43 -04:00
parent e0bf7a01cc
commit 93201e9e24
4 changed files with 23 additions and 21 deletions

View File

@@ -98,6 +98,8 @@ extern void FDECL(interject, (int));
#ifdef strcasecmp
#undef strcasecmp
#endif
extern void FDECL(nethack_exit, (int));
extern void NDECL(getlock);
#endif
#ifdef _MSC_VER