Commit e1634f82 authored by Olivier Teulière's avatar Olivier Teulière

  * ./include/common.h: fixed the compilation fix for Borland C++ :)
parent 19947284
......@@ -3,7 +3,7 @@
* Collection of useful common types and macros definitions
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: common.h,v 1.87 2002/03/19 03:42:31 sam Exp $
* $Id: common.h,v 1.88 2002/03/19 04:22:02 ipkiss Exp $
*
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
......@@ -423,7 +423,7 @@ typedef __int64 off_t;
# define stat _stati64
# endif
# if defined( __BORLAND__ )
# if defined( __BORLANDC__ )
# undef off_t
# define off_t __int64
# endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment