diff options
author | Michele Calgaro <[email protected]> | 2024-10-27 12:33:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-27 12:33:30 +0900 |
commit | 638f63d207a9a925df17fda588436fa6530a3d85 (patch) | |
tree | e6bc477061ea0cea794f5bc72dfbc274da63997b /win/sys/types.h | |
parent | 8b48c1df5dd5be9110baa1b6b85bc535119130e9 (diff) | |
download | tdelibs-638f63d207a9a925df17fda588436fa6530a3d85.tar.gz tdelibs-638f63d207a9a925df17fda588436fa6530a3d85.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'win/sys/types.h')
-rw-r--r-- | win/sys/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/sys/types.h b/win/sys/types.h index 9a01fa61d..d07ec0160 100644 --- a/win/sys/types.h +++ b/win/sys/types.h @@ -23,8 +23,6 @@ /* regular types.h */ #ifdef _MSC_VER # include <sys/msvc/types.h> -#elif defined(__BORLANDC__) -# include <sys/bcc/types.h> #endif #ifndef _SIZE_T_DEFINED |