]> git.sesse.net Git - vlc/commitdiff
* ./include/common.h: fixed the compilation fix for Borland C++ :)
authorOlivier Teulière <ipkiss@videolan.org>
Tue, 19 Mar 2002 04:22:02 +0000 (04:22 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Tue, 19 Mar 2002 04:22:02 +0000 (04:22 +0000)
include/common.h

index eee9c401182b78de7b931a67cba87a5f07c23e97..c9b07cfd366b7eee64635cd444375274bf712f95 100644 (file)
@@ -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