summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h b/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h
index 5da00a5a..f369e2c0 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/runtime/hlxclib/string.h
@@ -141,7 +141,7 @@ strcasecmp(const char* str1, const char* str2)
#endif /* _MACINTOSH */
-#if defined (_UNIX) && !defined (__QNXNTO__)
+#if defined (_UNIX) && !defined (__TQNXNTO__)
/* strcasecmp, strncasecmp are defined in strings.h */
#define stricmp strcasecmp