summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index cb913dc59..790a77e32 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -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) */