remove conflicting prototype declared for getlock in ntconf.h with mingw build

This commit is contained in:
nhmall
2019-12-04 04:46:41 -05:00
parent 5c57804a97
commit ea2b8a90ee

View 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