[Cmake-commits] [cmake-commits] hoffman committed archive.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 30 22:29:11 EDT 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive
In directory public:/mounts/ram/cvs-serv23175/libarchive

Modified Files:
	archive.h 
Log Message:
Try to fix borland


Index: archive.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive/archive.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** archive.h	30 Oct 2009 17:09:54 -0000	1.1
--- archive.h	31 Oct 2009 02:29:08 -0000	1.2
***************
*** 39,43 ****
  #include <sys/stat.h>
  #include <sys/types.h>  /* Linux requires this for off_t */
! #if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX)
  /* Header unavailable on Watcom C or MS Visual C++ or SFU. */
  #include <inttypes.h> /* int64_t, etc. */
--- 39,43 ----
  #include <sys/stat.h>
  #include <sys/types.h>  /* Linux requires this for off_t */
! #if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX) && !defined(__BORLANDC__)
  /* Header unavailable on Watcom C or MS Visual C++ or SFU. */
  #include <inttypes.h> /* int64_t, etc. */



More information about the Cmake-commits mailing list