From a0618fd3103e27253602f2c98b10e82e01267094 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 25 Oct 2006 11:55:06 +0000 Subject: Sync with upstream r201. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20441 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdvdkit2/common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libmpdvdkit2/common.h') diff --git a/libmpdvdkit2/common.h b/libmpdvdkit2/common.h index d1a1fc38e9..58b0dad3a4 100644 --- a/libmpdvdkit2/common.h +++ b/libmpdvdkit2/common.h @@ -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 @@ -79,5 +76,9 @@ typedef __int64 off_t; # define snprintf _snprintf /* snprintf not defined in mingw32 (bug?) */ # endif +#else + +# define lseek64 lseek + #endif -- cgit v1.2.3