]> granicus.if.org Git - nethack/commitdiff
remove conflicting prototype declared for getlock in ntconf.h with mingw build
authornhmall <nhmall@nethack.org>
Wed, 4 Dec 2019 09:46:41 +0000 (04:46 -0500)
committernhmall <nhmall@nethack.org>
Wed, 4 Dec 2019 09:46:41 +0000 (04:46 -0500)
include/ntconf.h

index ecdf7bc81e9a0084a497ca2d17acb69c8fcf73f8..50b9bf81cdb8102fa2a7da3af729659ea84962b7 100644 (file)
@@ -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