summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 09:53:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 16:43:22 +0900
commit8fa7e28af8117461c447dcc04df7ae35c3f8e2b1 (patch)
tree85857fa3893f94d5794ada7c45fe9cb06910f832 /amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h
parentb84c950569510767a711a470431f7ba7ae8d9747 (diff)
downloadamarok-8fa7e28a.tar.gz
amarok-8fa7e28a.zip
Drop Symbian support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1634cbb22647d4cc90b531283564ec426b9325a8)
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h b/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h
index 117f9ec5..4e8ed044 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/stdio.h
@@ -105,7 +105,7 @@ int __helix_vfprintf(FILE* f, const char *format, va_list ap);
#define snprintf _snprintf
#define vsnprintf _vsnprintf
-#elif defined(_SYMBIAN) || defined(_WINCE) || defined(_IRIX)
+#elif defined(_WINCE) || defined(_IRIX)
#define snprintf __helix_snprintf
#define vsnprintf __helix_vsnprintf
#endif