aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index e24c11cc77..d981dbc69e 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -363,7 +363,7 @@ extern "C" int main(int argc, char *argv[]) {
#endif
setbuf(stderr, NULL); /* No buffering */
-#endif //defined(WIN32) && defined(USE_CONSOLE)
+#endif // (defined(WIN32) && defined(NO_CONSOLE)) || defined(__SYMBIAN32__)
// Quick preparse of command-line, looking for alt configfile path