aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sci_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/sci_memory.h')
-rw-r--r--engines/sci/include/sci_memory.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/include/sci_memory.h b/engines/sci/include/sci_memory.h
index 9ef7fa41cb..4b02454e1d 100644
--- a/engines/sci/include/sci_memory.h
+++ b/engines/sci/include/sci_memory.h
@@ -81,6 +81,13 @@
# define scim_inline inline
#endif
+#ifdef _MSC_VER
+# undef strcasecmp
+# undef strncasecmp
+# define strcasecmp _stricmp
+# define strncasecmp _strnicmp
+#endif
+
/********** macros for error messages **********/
/*