aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 9292edb3ab..e43031aab0 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -127,7 +127,7 @@ FILE *SimonState::fopen_maybe_lowercase(const char *filename) {
e = strchr(buf, 0);
strcpy(e, filename);
-#ifdef WIN32
+#if defined(WIN32) || defined(__MORPHOS__)
/* win32 is not case sensitive */
return fopen(buf, "rb");
#else