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

pull/155/head
truelight 18 years ago
parent 17127970fe
commit b854750c04

@ -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