From: nhmall Date: Wed, 4 Dec 2019 09:46:41 +0000 (-0500) Subject: remove conflicting prototype declared for getlock in ntconf.h with mingw build X-Git-Tag: NetHack-3.6.3_Released~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea2b8a90ee45a01e092739f5da3498614ffbb90e;p=nethack remove conflicting prototype declared for getlock in ntconf.h with mingw build --- diff --git a/include/ntconf.h b/include/ntconf.h index ecdf7bc81..50b9bf81c 100644 --- a/include/ntconf.h +++ b/include/ntconf.h @@ -108,7 +108,7 @@ extern void FDECL(interject, (int)); #ifdef strcasecmp #undef strcasecmp #endif -extern void NDECL(getlock); +/* extern int NDECL(getlock); */ #endif #ifdef _MSC_VER