summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdvdkit2/common.h')
-rw-r--r--libmpdvdkit2/common.h7
1 files changed, 4 insertions, 3 deletions
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 <sam@via.ecp.fr>
@@ -79,5 +76,9 @@ typedef __int64 off_t;
# define snprintf _snprintf /* snprintf not defined in mingw32 (bug?) */
# endif
+#else
+
+# define lseek64 lseek
+
#endif