diff libmpdvdkit2/common.h @ 20425:f59726d0761e

Sync with upstream r201.
author diego
date Wed, 25 Oct 2006 11:55:06 +0000
parents 8e6981e8f50a
children 742af1111d40
line wrap: on
line diff
--- a/libmpdvdkit2/common.h	Wed Oct 25 00:05:14 2006 +0000
+++ b/libmpdvdkit2/common.h	Wed Oct 25 11:55:06 2006 +0000
@@ -3,9 +3,6 @@
  * Collection of useful common types and macros definitions
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- *
- * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
- * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@via.ecp.fr>
@@ -79,5 +76,9 @@
 #       define snprintf _snprintf  /* snprintf not defined in mingw32 (bug?) */
 #   endif
 
+#else
+
+#   define lseek64 lseek
+
 #endif