aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 7128796623..9f69324ad7 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -35,7 +35,7 @@ static FILE *fopenNoCase(const char *filename, const char *directory, const char
assert(directory);
strcpy(buf, directory);
-#if !defined(__GP32__) && !defined(__PALM_OS__)
+#if !defined(__GP32__) && !defined(PALMOS_MODE)
// Add a trailing slash, if necessary.
if (buf[0] != 0) {
const int dirLen = strlen(buf);