diff options
Diffstat (limited to 'win/string.h')
-rw-r--r-- | win/string.h | 2 |
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 */ |