summaryrefslogtreecommitdiffstats
path: root/win/string.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-27 12:33:30 +0900
committerMichele Calgaro <[email protected]>2024-10-27 12:33:30 +0900
commit638f63d207a9a925df17fda588436fa6530a3d85 (patch)
treee6bc477061ea0cea794f5bc72dfbc274da63997b /win/string.h
parent8b48c1df5dd5be9110baa1b6b85bc535119130e9 (diff)
downloadtdelibs-638f63d207a9a925df17fda588436fa6530a3d85.tar.gz
tdelibs-638f63d207a9a925df17fda588436fa6530a3d85.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'win/string.h')
-rw-r--r--win/string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/string.h b/win/string.h
index 2ed942612..f0f301aaf 100644
--- a/win/string.h
+++ b/win/string.h
@@ -46,8 +46,6 @@ KDEWIN32_EXPORT char* strndup(const char *src, size_t n);
/* regular string.h */
#ifdef _MSC_VER
# include <msvc/string.h>
-#elif defined(__BORLANDC__)
-# include <bcc/string.h>
#endif
#endif /* KDEWIN_STRING_H */