]> git.sesse.net Git - vlc/blobdiff - include/common.h
* Added a win32 interface plugin, developed with Borland C++ Builder.
[vlc] / include / common.h
index c9b07cfd366b7eee64635cd444375274bf712f95..2b53a94d1c9cdc0049d715044b6c1c91055d7747 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.88 2002/03/19 04:22:02 ipkiss Exp $
+ * $Id: common.h,v 1.89 2002/03/25 23:36:57 ipkiss Exp $
  *
  * Authors: Samuel Hocevar <sam@via.ecp.fr>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -425,7 +425,7 @@ typedef __int64 off_t;
 
 #   if defined( __BORLANDC__ )
 #       undef off_t
-#       define off_t __int64
+#       define off_t unsigned __int64
 #   endif
 
 #   ifndef O_NONBLOCK