diff options
Diffstat (limited to 'src/input/libdvdnav/vm.c')
-rw-r--r-- | src/input/libdvdnav/vm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/input/libdvdnav/vm.c b/src/input/libdvdnav/vm.c index 05b98dd2b..c4120916d 100644 --- a/src/input/libdvdnav/vm.c +++ b/src/input/libdvdnav/vm.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vm.c,v 1.20 2003/04/29 15:58:31 jcdutton Exp $ + * $Id: vm.c,v 1.21 2003/04/29 21:55:53 jcdutton Exp $ * */ @@ -128,7 +128,7 @@ static void vm_print_current_domain_state(vm_t *vm) { static void dvd_read_name(char *name, const char *device) { int fd, i; -#ifndef __FreeBSD__ +#if !defined(__FreeBSD__) && !defined(WIN32) off64_t off; #else off_t off; @@ -1843,4 +1843,3 @@ void vm_position_print(vm_t *vm, vm_position_t *position) { } #endif - |