diff options
Diffstat (limited to 'win/ctype.h')
-rw-r--r-- | win/ctype.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/ctype.h b/win/ctype.h index 3a0f54bfc..4a5055116 100644 --- a/win/ctype.h +++ b/win/ctype.h @@ -22,8 +22,6 @@ #ifdef _MSC_VER # include <msvc/ctype.h> -#elif defined(__BORLANDC__) -# include <bcc/ctype.h> #endif #ifdef __cplusplus |