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
+1 -1
View File
@@ -45,7 +45,7 @@ void NDECL(windows_nhbell);
int FDECL(windows_nh_poskey, (int *, int *, int *));
void FDECL(windows_raw_print, (const char *));
char FDECL(windows_yn_function, (const char *, const char *, CHAR_P));
void FDECL(windows_getlin, (const char *, char *));
static void FDECL(windows_getlin, (const char *, char *));
extern int NDECL(windows_console_custom_nhgetch);
void NDECL(safe_routines);