From ea2b8a90ee45a01e092739f5da3498614ffbb90e Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 4 Dec 2019 04:46:41 -0500 Subject: [PATCH] remove conflicting prototype declared for getlock in ntconf.h with mingw build --- include/ntconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0