more Windows gcc cleanup

Still not finished
This commit is contained in:
nhmall
2018-11-29 22:32:36 -05:00
parent 2a2107c3a4
commit 7495d0f2f4
3 changed files with 11 additions and 2 deletions

View File

@@ -94,6 +94,15 @@ extern void FDECL(interject, (int));
*===============================================
*/
#ifdef __MINGW32__
#ifdef strncasecmp
#undef strncasecmp
#endif
#ifdef strcasecmp
#undef strcasecmp
#endif
#endif
#ifdef _MSC_VER
#if (_MSC_VER > 1000)
/* Visual C 8 warning elimination */