(svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 18 years ago
parent cc7680e0f1
commit ff36e72422

@ -155,6 +155,7 @@
# endif
# define strcasecmp stricmp
# define strncasecmp strnicmp
// suppress: warning C4005: 'offsetof' : macro redefinition (VC8)
# include <stddef.h>
#endif /* defined(_MSC_VER) */

Loading…
Cancel
Save