Make simon stuff compile with MorphOS
svn-id: r3965
This commit is contained in:
parent
2ad6eb6ef7
commit
945d4f4ff0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue