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 #ifdef strcasecmp
#undef strcasecmp #undef strcasecmp
#endif #endif
extern void NDECL(getlock); /* extern int NDECL(getlock); */
#endif #endif
#ifdef _MSC_VER #ifdef _MSC_VER