summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index dcf9832..4f08d70 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -32,7 +32,7 @@
#endif
-#if defined (WIN32) || defined (__SYMBIAN32__)
+#if defined (WIN32)
#define DIR_SEP "\\"
#else
#define DIR_SEP "/"
@@ -293,7 +293,7 @@ int conf_configure(void)
char path[256], file[256];
int err;
-#if defined (WIN32) || defined (__SYMBIAN32__)
+#if defined (WIN32)
dbg_init(DBG_INFO, DBG_NONE);
#endif