From a533cc6093e412c71c02d171e3ebe383e3a71dd2 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 30 Oct 2009 22:29:08 -0400 Subject: [PATCH] Try to fix borland --- Utilities/cmlibarchive/libarchive/archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmlibarchive/libarchive/archive.h b/Utilities/cmlibarchive/libarchive/archive.h index f880b300d..c577db255 100644 --- a/Utilities/cmlibarchive/libarchive/archive.h +++ b/Utilities/cmlibarchive/libarchive/archive.h @@ -38,7 +38,7 @@ #include #include /* Linux requires this for off_t */ -#if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX) +#if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX) && !defined(__BORLANDC__) /* Header unavailable on Watcom C or MS Visual C++ or SFU. */ #include /* int64_t, etc. */ #endif